#435586

Color #435586 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #435586

Tints of Tory Blue #435586

Color information

#435586 (or 0x435586) is unknown color: approx Tory Blue. HEX triplet: 43, 55 and 86. RGB value is (67,85,134). Sum of RGB (Red+Green+Blue) = 67+85+134=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #435586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435586 is #BCAA79. Grayscale: #545454. Windows color (decimal): -12364410 or 8803651. OLE color: 8803651.

HSL color Cylindrical-coordinate representation of color #435586: hue angle of 223.88º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #435586 is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6785134-
CMYK0.50.3700.47
HSL223.88º33.33%39.41%-
HSV(B)223.88º50%52.55%-
XYZ9.879.4123.85-
YUV85.2155.54115.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.43%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=23.43%
G=29.72%
B=46.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67851340.50.3700.47223.8833.3339.41
Hex435586322502Fe02127
Octal10312520662450573404147
Binary1000011101010110000110110010100101010111111100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435586; }

 p { color: rgb(67,85,134); }

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

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

 a { background-color: rgb(67,85,134); }

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

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

 span { border-color: rgb(67,85,134); }

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