#435485

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

Shades of Tory Blue #435485

Tints of Tory Blue #435485

Color information

#435485 (or 0x435485) is unknown color: approx Tory Blue. HEX triplet: 43, 54 and 85. RGB value is (67,84,133). Sum of RGB (Red+Green+Blue) = 67+84+133=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #435485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435485 is #BCAB7A. Grayscale: #545454. Windows color (decimal): -12364667 or 8737859. OLE color: 8737859.

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

Color convert

RGB6784133-
CMYK0.500.3700.48
HSL224.55º33%39.22%-
HSV(B)224.55º49.62%52.16%-
XYZ9.729.2323.46-
YUV84.5155.37115.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.59%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=23.59%
G=29.58%
B=46.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67841330.500.3700.48224.553339.22
Hex4354853225030e12127
Octal10312420562450603414147
Binary1000011101010010000101110010100101011000011100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435485; }

 p { color: rgb(67,84,133); }

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

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

 a { background-color: rgb(67,84,133); }

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

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

 span { border-color: rgb(67,84,133); }

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