COLOR #3B088E

HEX: #3B088E
RGB: (59,8,142)

Color info

#3B088E contains mainly blue color. Web safe color of #3B088E is #330099 (or #309).

RGB color model

#3B088E color RGB value is (59,8,142).

  • red value is 59;
  • green value is 8;
  • blue value is 142.
RGB:
(59,8,142)
(23%,3%,56%)

RGB channels and saturation

R 59 of 255 = 23%
G 8 of 255 = 3%
B 142 of 255 = 56%

59
8
142

R + G + B ~ 27%. #3B088E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 8 + 142 = 209 (100%)
R 59 of 209 ~ 28.23%
G 8 of 209 ~ 3.83%
B 142 of 209 ~ 67.94%

%28.23
%67.94

CMYK color model

#3B088E color CMYK value is (58,94,0,44).

  • cyan value is 58.45%
  • magenta value is 94.37%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(58,94,0,44)
C58M94Y0K44 
(58%,94%,0%,44%)
(0.58/0.94/0.00/0.44)	

CMYK percentages

%58.45
%94.37
%0
%44.31

Codes

Color #3B088E in popluar color models

3B088E
RGB598142
HSL263°89.33%29.41%
HSB/HSV263°94.37%55.69%
CMYK58.45%94.37%0.00%
44.31%

Color #3B088E in popluar number systems.

HEX3B088E
Decimal598142
Binary111011100010001110
Octal7310216

Shades and tints

Shades of #3B088E

#3B088E
(59,8,142)
#360882
(54,8,130)
#310876
(49,8,118)
#2C086A
(44,8,106)
#27085E
(39,8,94)
#220852
(34,8,82)
#1D0846
(29,8,70)
#18083A
(24,8,58)
#13082E
(19,8,46)
#0E0822
(14,8,34)
#090816
(9,8,22)
#000000
(0,0,0)

Tints of #3B088E

#3B088E
(59,8,142)
#4C1E98
(76,30,152)
#5D34A2
(93,52,162)
#6E4AAC
(110,74,172)
#7F60B6
(127,96,182)
#9076C0
(144,118,192)
#A18CCA
(161,140,202)
#B2A2D4
(178,162,212)
#C3B8DE
(195,184,222)
#D4CEE8
(212,206,232)
#E5E4F2
(229,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B088E color. Also use rgb(59,8,142) instead hex code.

Text Font Color

.myTextColor { color: #3B088E; }

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

This text font color is #3B088E.


Background Color

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

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

This div background color is #3B088E.


Border color

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

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

This div border color is #3B088E.


Opacity

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

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

Text with #3B088E 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 #3B088E;}

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

This text has shadow with #3B088E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B088E on black background.


Color preview on white background

This text has color #3B088E on white background.



Black color preview on #3B088E background

This text has black color on #3B088E background.


White color preview on #3B088E background

This text has white color on #3B088E background.