Html Css Color HEX #37405A Gulf Blue

📋 copy color: '#37405A'

red 55 ◦ green 64 ◦ blue 90

#37405A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #37405A

Tints of Gulf Blue #37405A

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 value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37405A (or 0x37405A) is known color: 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

RGB 55 64 90 -
CMYK 0.39 0.29 0 0.65
HSL 224.57º 0.24% 0.28% -
HSV(B) 224.57º 0.39% 0.35% -
XYZ 5.25 5.22 10.4 -
YUV 64.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 55 64 90 0.39 0.29 0 0.65 224.57 0.24 0.28
Hex 37 40 5A 27 1D 0 41 E1 18 1C
Octal 67 100 132 47 35 0 101 341 30 34
Binary 110111 1000000 1011010 100111 11101 0 1000001 11100001 11000 11100

Color Harmonies of #37405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37405A

Black with #37405A

Text Example


Text Example

White with #37405A

Text Example


Text Example

HTML Codes & Css Web 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>