Html Css Color HEX #37445C Gulf Blue

📋 copy color: '#37445C'

red 55 ◦ green 68 ◦ blue 92

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

Shades of Gulf Blue #37445C

Tints of Gulf Blue #37445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

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

R = 25.58%
G = 31.63%
B = 42.79%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37445C (or 0x37445C) is known color: Gulf Blue. HEX triplet: 37, 44 and 5C. RGB value is (55,68,92). Sum of RGB (Red+Green+Blue) = 55+68+92=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #37445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37445C is #C8BBA3. Grayscale: #424242. Windows color (decimal): -13155236 or 6046775. OLE color: 6046775.

HSL color Cylindrical-coordinate representation of color #37445C: hue angle of 218.92º 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 #37445C is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 68 92 -
CMYK 0.40 0.26 0 0.64
HSL 218.92º 0.25% 0.29% -
HSV(B) 218.92º 0.4% 0.36% -
XYZ 5.57 5.72 10.94 -
YUV 66.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 55 68 92 0.40 0.26 0 0.64 218.92 0.25 0.29
Hex 37 44 5C 28 1A 0 40 DB 19 1D
Octal 67 104 134 50 32 0 100 333 31 35
Binary 110111 1000100 1011100 101000 11010 0 1000000 11011011 11001 11101

Color Harmonies of #37445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37445C

Black with #37445C

Text Example


Text Example

White with #37445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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