#37425E

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

Shades of Gulf Blue #37425E

Tints of Gulf Blue #37425E

Color information

#37425E (or 0x37425E) is unknown color: approx Gulf Blue. HEX triplet: 37, 42 and 5E. RGB value is (55,66,94). Sum of RGB (Red+Green+Blue) = 55+66+94=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #37425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37425E is #C8BDA1. Grayscale: #414141. Windows color (decimal): -13155746 or 6177335. OLE color: 6177335.

HSL color Cylindrical-coordinate representation of color #37425E: hue angle of 223.08º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37425E is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB556694-
CMYK0.410.3000.63
HSL223.08º26.17%29.22%-
HSV(B)223.08º41.49%36.86%-
XYZ5.545.5211.36-
YUV65.9143.86120.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=25.58%
G=30.70%
B=43.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5566940.410.3000.63223.0826.1729.22
Hex37425E291E03Fdf1a1d
Octal6710213651360773373235
Binary11011110000101011110101001111100111111110111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37425E; }

 p { color: rgb(55,66,94); }

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

<style>
 a { background-color: #37425E; }

 a { background-color: rgb(55,66,94); }

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

<style>
 span { border-color: #37425E; }

 span { border-color: rgb(55,66,94); }

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