Html Css Color HEX #37425C Gulf Blue

📋 copy color: '#37425C'

red 55 ◦ green 66 ◦ blue 92

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

Shades of Gulf Blue #37425C

Tints of Gulf Blue #37425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.19%

R = 25.82%
G = 30.99%
B = 43.19%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37425C (or 0x37425C) is known color: Gulf Blue. HEX triplet: 37, 42 and 5C. RGB value is (55,66,92). Sum of RGB (Red+Green+Blue) = 55+66+92=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #37425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37425C is #C8BDA3. Grayscale: #414141. Windows color (decimal): -13155748 or 6046263. OLE color: 6046263.

HSL color Cylindrical-coordinate representation of color #37425C: hue angle of 222.16º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37425C is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 66 92 -
CMYK 0.40 0.28 0 0.64
HSL 222.16º 0.25% 0.29% -
HSV(B) 222.16º 0.4% 0.36% -
XYZ 5.46 5.48 10.9 -
YUV 65.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 55 66 92 0.40 0.28 0 0.64 222.16 0.25 0.29
Hex 37 42 5C 28 1C 0 40 DE 19 1D
Octal 67 102 134 50 34 0 100 336 31 35
Binary 110111 1000010 1011100 101000 11100 0 1000000 11011110 11001 11101

Color Harmonies of #37425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37425C

Black with #37425C

Text Example


Text Example

White with #37425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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