#435193

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

Shades of Tory Blue #435193

Tints of Tory Blue #435193

Color information

#435193 (or 0x435193) is unknown color: approx Tory Blue. HEX triplet: 43, 51 and 93. RGB value is (67,81,147). Sum of RGB (Red+Green+Blue) = 67+81+147=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #435193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435193 is #BCAE6C. Grayscale: #545454. Windows color (decimal): -12365421 or 9654595. OLE color: 9654595.

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

Color convert

RGB6781147-
CMYK0.540.4500.42
HSL229.5º37.38%41.96%-
HSV(B)229.5º54.42%57.65%-
XYZ10.529.1828.82-
YUV84.34163.36115.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.71%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=22.71%
G=27.46%
B=49.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67811470.540.4500.42229.537.3841.96
Hex435193362D02Ae6252a
Octal10312122366550523464552
Binary1000011101000110010011110110101101010101011100110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435193; }

 p { color: rgb(67,81,147); }

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

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

 a { background-color: rgb(67,81,147); }

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

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

 span { border-color: rgb(67,81,147); }

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