#37405B

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

Shades of Gulf Blue #37405B

Tints of Gulf Blue #37405B

Color information

#37405B (or 0x37405B) is unknown color: approx Gulf Blue. HEX triplet: 37, 40 and 5B. RGB value is (55,64,91). Sum of RGB (Red+Green+Blue) = 55+64+91=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #37405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37405B is #C8BFA4. Grayscale: #404040. Windows color (decimal): -13156261 or 5980215. OLE color: 5980215.

HSL color Cylindrical-coordinate representation of color #37405B: hue angle of 225º 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 #37405B is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB556491-
CMYK0.400.3000.64
HSL225º24.66%28.63%-
HSV(B)225º39.56%35.69%-
XYZ5.35.2310.63-
YUV64.39143.02121.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=26.19%
G=30.48%
B=43.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5564910.400.3000.6422524.6628.63
Hex37405B281E040e1191d
Octal67100133503601003413135
Binary110111100000010110111010001111001000000111000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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