COLOR #37099B

HEX: #37099B
RGB: (55,9,155)

Color info

#37099B contains mainly blue color. Web safe color of #37099B is #330099 (or #309).

RGB color model

#37099B color RGB value is (55,9,155).

  • red value is 55;
  • green value is 9;
  • blue value is 155.
RGB:
(55,9,155)
(22%,4%,61%)

RGB channels and saturation

R 55 of 255 = 22%
G 9 of 255 = 4%
B 155 of 255 = 61%

55
9
155

R + G + B ~ 29%. #37099B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 9 + 155 = 219 (100%)
R 55 of 219 ~ 25.11%
G 9 of 219 ~ 4.11%
B 155 of 219 ~ 70.78%

%25.11
%70.78

CMYK color model

#37099B color CMYK value is (65,94,0,39).

  • cyan value is 64.52%
  • magenta value is 94.19%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(65,94,0,39)
C65M94Y0K39 
(65%,94%,0%,39%)
(0.65/0.94/0.00/0.39)	

CMYK percentages

%64.52
%94.19
%0
%39.22

Codes

Color #37099B in popluar color models

37099B
RGB559155
HSL259°89.02%32.16%
HSB/HSV259°94.19%60.78%
CMYK64.52%94.19%0.00%
39.22%

Color #37099B in popluar number systems.

HEX37099B
Decimal559155
Binary110111100110011011
Octal6711233

Shades and tints

Shades of #37099B

#37099B
(55,9,155)
#32098D
(50,9,141)
#2D097F
(45,9,127)
#280971
(40,9,113)
#230963
(35,9,99)
#1E0955
(30,9,85)
#190947
(25,9,71)
#140939
(20,9,57)
#0F092B
(15,9,43)
#0A091D
(10,9,29)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #37099B

#37099B
(55,9,155)
#491FA4
(73,31,164)
#5B35AD
(91,53,173)
#6D4BB6
(109,75,182)
#7F61BF
(127,97,191)
#9177C8
(145,119,200)
#A38DD1
(163,141,209)
#B5A3DA
(181,163,218)
#C7B9E3
(199,185,227)
#D9CFEC
(217,207,236)
#EBE5F5
(235,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37099B color. Also use rgb(55,9,155) instead hex code.

Text Font Color

.myTextColor { color: #37099B; }

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

This text font color is #37099B.


Background Color

.myBgColor { background-color: #37099B; }

<div style="background-color:#37099B">Inner text</div>

This div background color is #37099B.


Border color

.myBorderColor { border: 1px solid #37099B; }

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

This div border color is #37099B.


Opacity

.myOpacity80 { color: #37099B; opacity: 0.8; }

<p style="color:#37099B;opacity:0.8;">80%</p>

Text with #37099B 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 #37099B;}

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

This text has shadow with #37099B color.

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

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

This text has shadow with #37099B primary color and red secondary color.


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

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

This text has shadow with #37099B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37099B on black background.


Color preview on white background

This text has color #37099B on white background.



Black color preview on #37099B background

This text has black color on #37099B background.


White color preview on #37099B background

This text has white color on #37099B background.