Html Css Color HEX #37425A Gulf Blue

📋 copy color: '#37425A'

red 55 ◦ green 66 ◦ blue 90

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

Shades of Gulf Blue #37425A

Tints of Gulf Blue #37425A

RGB

 RED value IS 55 (21.88% from 255) = 26.07%

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 26.07%
G = 31.28%
B = 42.65%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37425A (or 0x37425A) is known color: Gulf Blue. HEX triplet: 37, 42 and 5A. RGB value is (55,66,90). Sum of RGB (Red+Green+Blue) = 55+66+90=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #37425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37425A is #C8BDA5. Grayscale: #414141. Windows color (decimal): -13155750 or 5915191. OLE color: 5915191.

HSL color Cylindrical-coordinate representation of color #37425A: hue angle of 221.14º 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 #37425A is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 66 90 -
CMYK 0.39 0.27 0 0.65
HSL 221.14º 0.24% 0.28% -
HSV(B) 221.14º 0.39% 0.35% -
XYZ 5.37 5.45 10.44 -
YUV 65.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 55 66 90 0.39 0.27 0 0.65 221.14 0.24 0.28
Hex 37 42 5A 27 1B 0 41 DD 18 1C
Octal 67 102 132 47 33 0 101 335 30 34
Binary 110111 1000010 1011010 100111 11011 0 1000001 11011101 11000 11100

Color Harmonies of #37425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37425A

Black with #37425A

Text Example


Text Example

White with #37425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37425A;
 }
 .AnyTagClassName
 {
   color: #37425A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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