Html Css Color HEX #37496F Port Gore

📋 copy color: '#37496F'

red 55 ◦ green 73 ◦ blue 111

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

Shades of Port Gore #37496F

Tints of Port Gore #37496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 111 (43.75% from 255) = 46.44%

R = 23.01%
G = 30.54%
B = 46.44%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37496F (or 0x37496F) is known color: Port Gore. HEX triplet: 37, 49 and 6F. RGB value is (55,73,111). Sum of RGB (Red+Green+Blue) = 55+73+111=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #37496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37496F is #C8B690. Grayscale: #474747. Windows color (decimal): -13153937 or 7293239. OLE color: 7293239.

HSL color Cylindrical-coordinate representation of color #37496F: hue angle of 220.71º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37496F is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 73 111 -
CMYK 0.50 0.34 0 0.56
HSL 220.71º 0.34% 0.33% -
HSV(B) 220.71º 0.5% 0.44% -
XYZ 6.83 6.73 15.98 -
YUV 71.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 55 73 111 0.50 0.34 0 0.56 220.71 0.34 0.33
Hex 37 49 6F 32 22 0 38 DD 22 21
Octal 67 111 157 62 42 0 70 335 42 41
Binary 110111 1001001 1101111 110010 100010 0 111000 11011101 100010 100001

Color Harmonies of #37496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37496F

Black with #37496F

Text Example


Text Example

White with #37496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37496F; }

 p { color: rgb(55,73,111); }

 H1.HeaderClassName
 {
   color: #37496F;
 }
 .AnyTagClassName
 {
   color: #37496F;
 }
</style>

background-color css

<style>
 a { background-color: #37496F; }

 a { background-color: rgb(55,73,111); }

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

border-color css

<style>
 span { border-color: #37496F; }

 span { border-color: rgb(55,73,111); }

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