Html Css Color HEX #37486C Port Gore

📋 copy color: '#37486C'

red 55 ◦ green 72 ◦ blue 108

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

Shades of Port Gore #37486C

Tints of Port Gore #37486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.96%

R = 23.4%
G = 30.64%
B = 45.96%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37486C (or 0x37486C) is known color: Port Gore. HEX triplet: 37, 48 and 6C. RGB value is (55,72,108). Sum of RGB (Red+Green+Blue) = 55+72+108=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #37486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37486C is #C8B793. Grayscale: #464646. Windows color (decimal): -13154196 or 7096375. OLE color: 7096375.

HSL color Cylindrical-coordinate representation of color #37486C: hue angle of 220.75º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37486C is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 72 108 -
CMYK 0.49 0.33 0 0.58
HSL 220.75º 0.33% 0.32% -
HSV(B) 220.75º 0.49% 0.42% -
XYZ 6.6 6.53 15.1 -
YUV 71.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 55 72 108 0.49 0.33 0 0.58 220.75 0.33 0.32
Hex 37 48 6C 31 21 0 3A DD 21 20
Octal 67 110 154 61 41 0 72 335 41 40
Binary 110111 1001000 1101100 110001 100001 0 111010 11011101 100001 100000

Color Harmonies of #37486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37486C

Black with #37486C

Text Example


Text Example

White with #37486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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