#37415B

Color #37415B Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #37415B

Tints of Gulf Blue #37415B

Color information

#37415B (or 0x37415B) is unknown color: approx Gulf Blue. HEX triplet: 37, 41 and 5B. RGB value is (55,65,91). Sum of RGB (Red+Green+Blue) = 55+65+91=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #37415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37415B is #C8BEA4. Grayscale: #404040. Windows color (decimal): -13156005 or 5980471. OLE color: 5980471.

HSL color Cylindrical-coordinate representation of color #37415B: hue angle of 223.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37415B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB556591-
CMYK0.400.2900.64
HSL223.33º24.66%28.63%-
HSV(B)223.33º39.56%35.69%-
XYZ5.355.3510.65-
YUV64.97142.69120.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=26.07%
G=30.81%
B=43.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5565910.400.2900.64223.3324.6628.63
Hex37415B281D040df191d
Octal67101133503501003373135
Binary110111100000110110111010001110101000000110111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37415B; }

 p { color: rgb(55,65,91); }

 H1.HeaderClassName
 {
   color: #37415B;
 }
 .AnyTagClassName
 {
   color: #37415B;
 }
</style>
background-color css

<style>
 a { background-color: #37415B; }

 a { background-color: rgb(55,65,91); }

 div.DivClassName
 {
   background-color: #37415B;
 }
 .BgClassName
 {
   background-color: #37415B;
 }
</style>
border-color css

<style>
 span { border-color: #37415B; }

 span { border-color: rgb(55,65,91); }

 td.TdClassName
 {
   border-color: #37415B;
 }
 .TagClassName
 {
   border-color: #37415B;
 }
</style>