COLOR #3A88C1

HEX: #3A88C1
RGB: (58,136,193)

Color info

#3A88C1 contains mainly green and blue colors. Web safe color of #3A88C1 is #3399CC (or #39C).

RGB color model

#3A88C1 color RGB value is (58,136,193).

  • red value is 58;
  • green value is 136;
  • blue value is 193.
RGB:
(58,136,193)
(23%,53%,76%)

RGB channels and saturation

R 58 of 255 = 23%
G 136 of 255 = 53%
B 193 of 255 = 76%

58
136
193

R + G + B ~ 51%. #3A88C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 136 + 193 = 387 (100%)
R 58 of 387 ~ 14.99%
G 136 of 387 ~ 35.14%
B 193 of 387 ~ 49.87%

%14.99
%35.14
%49.87

CMYK color model

#3A88C1 color CMYK value is (70,30,0,24).

  • cyan value is 69.95%
  • magenta value is 29.53%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(70,30,0,24)
C70M30Y0K24 
(70%,30%,0%,24%)
(0.70/0.30/0.00/0.24)	

CMYK percentages

%69.95
%29.53
%0
%24.31

Codes

Color #3A88C1 in popluar color models

3A88C1
RGB58136193
HSL205°53.78%49.22%
HSB/HSV205°69.95%75.69%
CMYK69.95%29.53%0.00%
24.31%

Color #3A88C1 in popluar number systems.

HEX3A88C1
Decimal58136193
Binary1110101000100011000001
Octal72210301

Shades and tints

Shades of #3A88C1

#3A88C1
(58,136,193)
#357CB0
(53,124,176)
#30709F
(48,112,159)
#2B648E
(43,100,142)
#26587D
(38,88,125)
#214C6C
(33,76,108)
#1C405B
(28,64,91)
#17344A
(23,52,74)
#122839
(18,40,57)
#0D1C28
(13,28,40)
#081017
(8,16,23)
#000000
(0,0,0)

Tints of #3A88C1

#3A88C1
(58,136,193)
#4B92C6
(75,146,198)
#5C9CCB
(92,156,203)
#6DA6D0
(109,166,208)
#7EB0D5
(126,176,213)
#8FBADA
(143,186,218)
#A0C4DF
(160,196,223)
#B1CEE4
(177,206,228)
#C2D8E9
(194,216,233)
#D3E2EE
(211,226,238)
#E4ECF3
(228,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A88C1 color. Also use rgb(58,136,193) instead hex code.

Text Font Color

.myTextColor { color: #3A88C1; }

<p style="color:#3A88C1">This sample text font color is #3A88C1.</p>

This text font color is #3A88C1.


Background Color

.myBgColor { background-color: #3A88C1; }

<div style="background-color:#3A88C1">Inner text</div>

This div background color is #3A88C1.


Border color

.myBorderColor { border: 1px solid #3A88C1; }

<div style="border:3px solid #3A88C1">Div</div>

This div border color is #3A88C1.


Opacity

.myOpacity80 { color: #3A88C1; opacity: 0.8; }

<p style="color:#3A88C1;opacity:0.8;">80%</p>

Text with #3A88C1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3A88C1;}

<p style="text-shadow: 3px 3px 1px #3A88C1">Text here.</p>

This text has shadow with #3A88C1 color.

.textShadow {text-shadow: 3px 3px 1px #3A88C1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3A88C1, 5px 5px 20px red">Text here.</p>

This text has shadow with #3A88C1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3A88C1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3A88C1, Direction=45, Strength=4)">Text</p>

This text has shadow with #3A88C1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3A88C1;
  -webkit-box-shadow:	1px 1px 3px 2px #3A88C1;
  box-shadow:		1px 1px 3px 2px #3A88C1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3A88C1;
-webkit-box-shadow: 1px 1px 3px 2px #3A88C1;
box-shadow:1px 1px 3px 2px #3A88C1;">
Div content here</div>
This div box has shadow with color #3A88C1.

Preview

Color preview on black background

This text has color #3A88C1 on black background.


Color preview on white background

This text has color #3A88C1 on white background.



Black color preview on #3A88C1 background

This text has black color on #3A88C1 background.


White color preview on #3A88C1 background

This text has white color on #3A88C1 background.