Html Css Color HEX #37455D Gulf Blue

📋 copy color: '#37455D'

red 55 ◦ green 69 ◦ blue 93

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

Shades of Gulf Blue #37455D

Tints of Gulf Blue #37455D

RGB

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

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

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

R = 25.35%
G = 31.8%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37455D (or 0x37455D) is known color: Gulf Blue. HEX triplet: 37, 45 and 5D. RGB value is (55,69,93). Sum of RGB (Red+Green+Blue) = 55+69+93=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #37455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37455D is #C8BAA2. Grayscale: #434343. Windows color (decimal): -13154979 or 6112567. OLE color: 6112567.

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

Color convert

RGB 55 69 93 -
CMYK 0.41 0.26 0 0.64
HSL 217.89º 0.26% 0.29% -
HSV(B) 217.89º 0.41% 0.36% -
XYZ 5.68 5.86 11.19 -
YUV 67.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 55 69 93 0.41 0.26 0 0.64 217.89 0.26 0.29
Hex 37 45 5D 29 1A 0 40 DA 1A 1D
Octal 67 105 135 51 32 0 100 332 32 35
Binary 110111 1000101 1011101 101001 11010 0 1000000 11011010 11010 11101

Color Harmonies of #37455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37455D

Black with #37455D

Text Example


Text Example

White with #37455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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