#36466E

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

Shades of Port Gore #36466E

Tints of Port Gore #36466E

Color information

#36466E (or 0x36466E) is unknown color: approx Port Gore. HEX triplet: 36, 46 and 6E. RGB value is (54,70,110). Sum of RGB (Red+Green+Blue) = 54+70+110=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #36466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36466E is #C9B991. Grayscale: #454545. Windows color (decimal): -13220242 or 7226934. OLE color: 7226934.

HSL color Cylindrical-coordinate representation of color #36466E: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36466E is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5470110-
CMYK0.510.3600.57
HSL222.86º34.15%32.16%-
HSV(B)222.86º50.91%43.14%-
XYZ6.536.2915.62-
YUV69.78150.7116.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=23.08%
G=29.91%
B=47.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54701100.510.3600.57222.8634.1532.16
Hex36466E3324039df2220
Octal6610615663440713374240
Binary11011010001101101110110011100100011100111011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36466E; }

 p { color: rgb(54,70,110); }

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

<style>
 a { background-color: #36466E; }

 a { background-color: rgb(54,70,110); }

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

<style>
 span { border-color: #36466E; }

 span { border-color: rgb(54,70,110); }

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