#37455D

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

Shades of Gulf Blue #37455D

Tints of Gulf Blue #37455D

Color information

#37455D (or 0x37455D) is unknown color: approx Gulf Blue. HEX triplet: 37, 45 and 5D. RGB value is (55,69,93). Sum of RGB (Red+Green+Blue) = 55+69+93=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #37455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37455D is #C8BAA2. Grayscale: #434343. Windows color (decimal): -13154979 or 6112567. OLE color: 6112567.

HSL color Cylindrical-coordinate representation of color #37455D: hue angle of 217.89º 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 #37455D is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB556993-
CMYK0.410.2600.64
HSL217.89º25.68%29.02%-
HSV(B)217.89º40.86%36.47%-
XYZ5.685.8611.19-
YUV67.55142.36119.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=25.35%
G=31.80%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5569930.410.2600.64217.8925.6829.02
Hex37455D291A040da1a1d
Octal67105135513201003323235
Binary110111100010110111011010011101001000000110110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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