#435493

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

Shades of Tory Blue #435493

Tints of Tory Blue #435493

Color information

#435493 (or 0x435493) is unknown color: approx Tory Blue. HEX triplet: 43, 54 and 93. RGB value is (67,84,147). Sum of RGB (Red+Green+Blue) = 67+84+147=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #435493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435493 is #BCAB6C. Grayscale: #555555. Windows color (decimal): -12364653 or 9655363. OLE color: 9655363.

HSL color Cylindrical-coordinate representation of color #435493: hue angle of 227.25º 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 #435493 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6784147-
CMYK0.540.4300.42
HSL227.25º37.38%41.96%-
HSV(B)227.25º54.42%57.65%-
XYZ10.759.6428.9-
YUV86.1162.37114.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=22.48%
G=28.19%
B=49.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67841470.540.4300.42227.2537.3841.96
Hex435493362B02Ae3252a
Octal10312422366530523434552
Binary1000011101010010010011110110101011010101011100011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435493; }

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

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

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

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

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

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

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

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