#36456A

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

Shades of Port Gore #36456A

Tints of Port Gore #36456A

Color information

#36456A (or 0x36456A) is unknown color: approx Port Gore. HEX triplet: 36, 45 and 6A. RGB value is (54,69,106). Sum of RGB (Red+Green+Blue) = 54+69+106=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #36456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36456A is #C9BA95. Grayscale: #444444. Windows color (decimal): -13220502 or 6964534. OLE color: 6964534.

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

Color convert

RGB5469106-
CMYK0.490.3500.58
HSL222.69º32.5%31.37%-
HSV(B)222.69º49.06%41.57%-
XYZ6.256.0814.48-
YUV68.73149.03117.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=23.58%
G=30.13%
B=46.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54691060.490.3500.58222.6932.531.37
Hex36456A312303Adf201f
Octal6610515261430723374037
Binary1101101000101110101011000110001101110101101111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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