#37405D

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

Shades of Gulf Blue #37405D

Tints of Gulf Blue #37405D

Color information

#37405D (or 0x37405D) is unknown color: approx Gulf Blue. HEX triplet: 37, 40 and 5D. RGB value is (55,64,93). Sum of RGB (Red+Green+Blue) = 55+64+93=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #37405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37405D is #C8BFA2. Grayscale: #404040. Windows color (decimal): -13156259 or 6111287. OLE color: 6111287.

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

Color convert

RGB556493-
CMYK0.410.3100.64
HSL225.79º25.68%29.02%-
HSV(B)225.79º40.86%36.47%-
XYZ5.385.2711.09-
YUV64.61144.02121.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=25.94%
G=30.19%
B=43.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5564930.410.3100.64225.7925.6829.02
Hex37405D291F040e21a1d
Octal67100135513701003423235
Binary110111100000010111011010011111101000000111000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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