#37445D

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

Shades of Gulf Blue #37445D

Tints of Gulf Blue #37445D

Color information

#37445D (or 0x37445D) is unknown color: approx Gulf Blue. HEX triplet: 37, 44 and 5D. RGB value is (55,68,93). Sum of RGB (Red+Green+Blue) = 55+68+93=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #37445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37445D is #C8BBA2. Grayscale: #424242. Windows color (decimal): -13155235 or 6112311. OLE color: 6112311.

HSL color Cylindrical-coordinate representation of color #37445D: hue angle of 219.47º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37445D is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB556893-
CMYK0.410.2700.64
HSL219.47º25.68%29.02%-
HSV(B)219.47º40.86%36.47%-
XYZ5.625.7411.17-
YUV66.96142.69119.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=25.46%
G=31.48%
B=43.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5568930.410.2700.64219.4725.6829.02
Hex37445D291B040db1a1d
Octal67104135513301003333235
Binary110111100010010111011010011101101000000110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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