#37405A

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

Shades of Gulf Blue #37405A

Tints of Gulf Blue #37405A

Color information

#37405A (or 0x37405A) is unknown color: approx Gulf Blue. HEX triplet: 37, 40 and 5A. RGB value is (55,64,90). Sum of RGB (Red+Green+Blue) = 55+64+90=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #37405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37405A is #C8BFA5. Grayscale: #404040. Windows color (decimal): -13156262 or 5914679. OLE color: 5914679.

HSL color Cylindrical-coordinate representation of color #37405A: hue angle of 224.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #37405A is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB556490-
CMYK0.390.2900.65
HSL224.57º24.14%28.43%-
HSV(B)224.57º38.89%35.29%-
XYZ5.255.2210.4-
YUV64.27142.52121.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=26.32%
G=30.62%
B=43.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5564900.390.2900.65224.5724.1428.43
Hex37405A271D041e1181c
Octal67100132473501013413034
Binary110111100000010110101001111110101000001111000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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