Html Css Color HEX #36496C Port Gore

📋 copy color: '#36496C'

red 54 ◦ green 73 ◦ blue 108

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

Shades of Port Gore #36496C

Tints of Port Gore #36496C

RGB

 RED value IS 54 (21.48% from 255) = 22.98%

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

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

R = 22.98%
G = 31.06%
B = 45.96%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36496C (or 0x36496C) is known color: Port Gore. HEX triplet: 36, 49 and 6C. RGB value is (54,73,108). Sum of RGB (Red+Green+Blue) = 54+73+108=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 73 (28.91% from 255 or 31.06% 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 #36496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36496C is #C9B693. Grayscale: #474747. Windows color (decimal): -13219476 or 7096630. OLE color: 7096630.

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

Color convert

RGB 54 73 108 -
CMYK 0.50 0.32 0 0.58
HSL 218.89º 0.33% 0.32% -
HSV(B) 218.89º 0.5% 0.42% -
XYZ 6.61 6.63 15.12 -
YUV 71.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 54 73 108 0.50 0.32 0 0.58 218.89 0.33 0.32
Hex 36 49 6C 32 20 0 3A DB 21 20
Octal 66 111 154 62 40 0 72 333 41 40
Binary 110110 1001001 1101100 110010 100000 0 111010 11011011 100001 100000

Color Harmonies of #36496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36496C

Black with #36496C

Text Example


Text Example

White with #36496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,73,108); }

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

background-color css

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

 a { background-color: rgb(54,73,108); }

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

border-color css

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

 span { border-color: rgb(54,73,108); }

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