Html Css Color HEX #37425E Gulf Blue

📋 copy color: '#37425E'

red 55 ◦ green 66 ◦ blue 94

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

Shades of Gulf Blue #37425E

Tints of Gulf Blue #37425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.72%

R = 25.58%
G = 30.7%
B = 43.72%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37425E (or 0x37425E) is known color: Gulf Blue. HEX triplet: 37, 42 and 5E. RGB value is (55,66,94). Sum of RGB (Red+Green+Blue) = 55+66+94=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #37425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37425E is #C8BDA1. Grayscale: #414141. Windows color (decimal): -13155746 or 6177335. OLE color: 6177335.

HSL color Cylindrical-coordinate representation of color #37425E: hue angle of 223.08º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37425E is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 66 94 -
CMYK 0.41 0.30 0 0.63
HSL 223.08º 0.26% 0.29% -
HSV(B) 223.08º 0.41% 0.37% -
XYZ 5.54 5.52 11.36 -
YUV 65.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 55 66 94 0.41 0.30 0 0.63 223.08 0.26 0.29
Hex 37 42 5E 29 1E 0 3F DF 1A 1D
Octal 67 102 136 51 36 0 77 337 32 35
Binary 110111 1000010 1011110 101001 11110 0 111111 11011111 11010 11101

Color Harmonies of #37425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37425E

Black with #37425E

Text Example


Text Example

White with #37425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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