#36456C

Color #36456C Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #36456C

Tints of Port Gore #36456C

Color information

#36456C (or 0x36456C) is unknown color: approx Port Gore. HEX triplet: 36, 45 and 6C. RGB value is (54,69,108). Sum of RGB (Red+Green+Blue) = 54+69+108=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #36456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36456C is #C9BA93. Grayscale: #444444. Windows color (decimal): -13220500 or 7095606. OLE color: 7095606.

HSL color Cylindrical-coordinate representation of color #36456C: hue angle of 223.33º 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 #36456C is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5469108-
CMYK0.500.3600.58
HSL223.33º33.33%31.76%-
HSV(B)223.33º50%42.35%-
XYZ6.366.1215.03-
YUV68.96150.03117.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=23.38%
G=29.87%
B=46.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54691080.500.3600.58223.3333.3331.76
Hex36456C322403Adf2120
Octal6610515462440723374140
Binary11011010001011101100110010100100011101011011111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36456C;
 }
 .AnyTagClassName
 {
   color: #36456C;
 }
</style>
background-color css

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

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

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

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

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

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