#373F5C

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

Shades of Gulf Blue #373F5C

Tints of Gulf Blue #373F5C

Color information

#373F5C (or 0x373F5C) is unknown color: approx Gulf Blue. HEX triplet: 37, 3F and 5C. RGB value is (55,63,92). Sum of RGB (Red+Green+Blue) = 55+63+92=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #373F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F5C is #C8C0A3. Grayscale: #3F3F3F. Windows color (decimal): -13156516 or 6045495. OLE color: 6045495.

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

Color convert

RGB556392-
CMYK0.400.3200.64
HSL227.03º25.17%28.82%-
HSV(B)227.03º40.22%36.08%-
XYZ5.285.1410.84-
YUV63.91143.85121.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=26.19%
G=30%
B=43.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5563920.400.3200.64227.0325.1728.82
Hex373F5C2820040e3191d
Octal6777134504001003433135
Binary110111111111101110010100010000001000000111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373F5C; }

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

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

<style>
 a { background-color: #373F5C; }

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

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

<style>
 span { border-color: #373F5C; }

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

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