#37445E

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

Shades of Gulf Blue #37445E

Tints of Gulf Blue #37445E

Color information

#37445E (or 0x37445E) is unknown color: approx Gulf Blue. HEX triplet: 37, 44 and 5E. RGB value is (55,68,94). Sum of RGB (Red+Green+Blue) = 55+68+94=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #37445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37445E is #C8BBA1. Grayscale: #424242. Windows color (decimal): -13155234 or 6177847. OLE color: 6177847.

HSL color Cylindrical-coordinate representation of color #37445E: hue angle of 220º 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 #37445E is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB556894-
CMYK0.410.2800.63
HSL220º26.17%29.22%-
HSV(B)220º41.49%36.86%-
XYZ5.665.7511.4-
YUV67.08143.19119.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=25.35%
G=31.34%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5568940.410.2800.6322026.1729.22
Hex37445E291C03Fdc1a1d
Octal6710413651340773343235
Binary11011110001001011110101001111000111111110111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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