Html Css Color HEX #37455C Gulf Blue

📋 copy color: '#37455C'

red 55 ◦ green 69 ◦ blue 92

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

Shades of Gulf Blue #37455C

Tints of Gulf Blue #37455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

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

R = 25.46%
G = 31.94%
B = 42.59%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37455C (or 0x37455C) is known color: Gulf Blue. HEX triplet: 37, 45 and 5C. RGB value is (55,69,92). Sum of RGB (Red+Green+Blue) = 55+69+92=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #37455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37455C is #C8BAA3. Grayscale: #434343. Windows color (decimal): -13154980 or 6047031. OLE color: 6047031.

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

Color convert

RGB 55 69 92 -
CMYK 0.40 0.25 0 0.64
HSL 217.3º 0.25% 0.29% -
HSV(B) 217.3º 0.4% 0.36% -
XYZ 5.64 5.84 10.96 -
YUV 67.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 55 69 92 0.40 0.25 0 0.64 217.3 0.25 0.29
Hex 37 45 5C 28 19 0 40 D9 19 1D
Octal 67 105 134 50 31 0 100 331 31 35
Binary 110111 1000101 1011100 101000 11001 0 1000000 11011001 11001 11101

Color Harmonies of #37455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37455C

Black with #37455C

Text Example


Text Example

White with #37455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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