Html Css Color HEX #37486D Port Gore

📋 copy color: '#37486D'

red 55 ◦ green 72 ◦ blue 109

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

Shades of Port Gore #37486D

Tints of Port Gore #37486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

 BLUE value IS 109 (42.97% from 255) = 46.19%

R = 23.31%
G = 30.51%
B = 46.19%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37486D (or 0x37486D) is known color: Port Gore. HEX triplet: 37, 48 and 6D. RGB value is (55,72,109). Sum of RGB (Red+Green+Blue) = 55+72+109=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #37486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37486D is #C8B792. Grayscale: #464646. Windows color (decimal): -13154195 or 7161911. OLE color: 7161911.

HSL color Cylindrical-coordinate representation of color #37486D: hue angle of 221.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37486D is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 72 109 -
CMYK 0.50 0.34 0 0.57
HSL 221.11º 0.33% 0.32% -
HSV(B) 221.11º 0.5% 0.43% -
XYZ 6.65 6.55 15.38 -
YUV 71.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 55 72 109 0.50 0.34 0 0.57 221.11 0.33 0.32
Hex 37 48 6D 32 22 0 39 DD 21 20
Octal 67 110 155 62 42 0 71 335 41 40
Binary 110111 1001000 1101101 110010 100010 0 111001 11011101 100001 100000

Color Harmonies of #37486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37486D

Black with #37486D

Text Example


Text Example

White with #37486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,72,109); }

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

background-color css

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

 a { background-color: rgb(55,72,109); }

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

border-color css

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

 span { border-color: rgb(55,72,109); }

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