Html Css Color HEX #37445D Gulf Blue

📋 copy color: '#37445D'

red 55 ◦ green 68 ◦ blue 93

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

Shades of Gulf Blue #37445D

Tints of Gulf Blue #37445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 25.46%
G = 31.48%
B = 43.06%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37445D (or 0x37445D) is known color: Gulf Blue. HEX triplet: 37, 44 and 5D. RGB value is (55,68,93). Sum of RGB (Red+Green+Blue) = 55+68+93=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #37445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37445D is #C8BBA2. Grayscale: #424242. Windows color (decimal): -13155235 or 6112311. OLE color: 6112311.

HSL color Cylindrical-coordinate representation of color #37445D: hue angle of 219.47º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37445D is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 68 93 -
CMYK 0.41 0.27 0 0.64
HSL 219.47º 0.26% 0.29% -
HSV(B) 219.47º 0.41% 0.36% -
XYZ 5.62 5.74 11.17 -
YUV 66.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 55 68 93 0.41 0.27 0 0.64 219.47 0.26 0.29
Hex 37 44 5D 29 1B 0 40 DB 1A 1D
Octal 67 104 135 51 33 0 100 333 32 35
Binary 110111 1000100 1011101 101001 11011 0 1000000 11011011 11010 11101

Color Harmonies of #37445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37445D

Black with #37445D

Text Example


Text Example

White with #37445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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