#435495

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

Shades of Tory Blue #435495

Tints of Tory Blue #435495

Color information

#435495 (or 0x435495) is unknown color: approx Tory Blue. HEX triplet: 43, 54 and 95. RGB value is (67,84,149). Sum of RGB (Red+Green+Blue) = 67+84+149=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #435495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435495 is #BCAB6A. Grayscale: #565656. Windows color (decimal): -12364651 or 9786435. OLE color: 9786435.

HSL color Cylindrical-coordinate representation of color #435495: hue angle of 227.56º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #435495 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6784149-
CMYK0.550.4400.42
HSL227.56º37.96%42.35%-
HSV(B)227.56º55.03%58.43%-
XYZ10.919.729.73-
YUV86.33163.37114.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=22.33%
G=28%
B=49.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67841490.550.4400.42227.5637.9642.35
Hex435495372C02Ae4262a
Octal10312422567540523444652
Binary1000011101010010010101110111101100010101011100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435495; }

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

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

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

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

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

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

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

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