#37415C

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

Shades of Gulf Blue #37415C

Tints of Gulf Blue #37415C

Color information

#37415C (or 0x37415C) is unknown color: approx Gulf Blue. HEX triplet: 37, 41 and 5C. RGB value is (55,65,92). Sum of RGB (Red+Green+Blue) = 55+65+92=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #37415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37415C is #C8BEA3. Grayscale: #404040. Windows color (decimal): -13156004 or 6046007. OLE color: 6046007.

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

Color convert

RGB556592-
CMYK0.400.2900.64
HSL223.78º25.17%28.82%-
HSV(B)223.78º40.22%36.08%-
XYZ5.45.3710.88-
YUV65.09143.19120.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=25.94%
G=30.66%
B=43.40%

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
Decimal5565920.400.2900.64223.7825.1728.82
Hex37415C281D040e0191d
Octal67101134503501003403135
Binary110111100000110111001010001110101000000111000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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