Html Css Color HEX #37445B Gulf Blue

📋 copy color: '#37445B'

red 55 ◦ green 68 ◦ blue 91

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

Shades of Gulf Blue #37445B

Tints of Gulf Blue #37445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 25.7%
G = 31.78%
B = 42.52%

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

#37445B (or 0x37445B) is known color: Gulf Blue. HEX triplet: 37, 44 and 5B. RGB value is (55,68,91). Sum of RGB (Red+Green+Blue) = 55+68+91=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #37445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37445B is #C8BBA4. Grayscale: #424242. Windows color (decimal): -13155237 or 5981239. OLE color: 5981239.

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

Color convert

RGB 55 68 91 -
CMYK 0.40 0.25 0 0.64
HSL 218.33º 0.25% 0.29% -
HSV(B) 218.33º 0.4% 0.36% -
XYZ 5.53 5.7 10.71 -
YUV 66.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 55 68 91 0.40 0.25 0 0.64 218.33 0.25 0.29
Hex 37 44 5B 28 19 0 40 DA 19 1D
Octal 67 104 133 50 31 0 100 332 31 35
Binary 110111 1000100 1011011 101000 11001 0 1000000 11011010 11001 11101

Color Harmonies of #37445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37445B

Black with #37445B

Text Example


Text Example

White with #37445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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