#435690

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

Shades of Tory Blue #435690

Tints of Tory Blue #435690

Color information

#435690 (or 0x435690) is unknown color: approx Tory Blue. HEX triplet: 43, 56 and 90. RGB value is (67,86,144). Sum of RGB (Red+Green+Blue) = 67+86+144=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #435690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435690 is #BCA96F. Grayscale: #565656. Windows color (decimal): -12364144 or 9459267. OLE color: 9459267.

HSL color Cylindrical-coordinate representation of color #435690: hue angle of 225.19º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #435690 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6786144-
CMYK0.530.4000.44
HSL225.19º36.49%41.37%-
HSV(B)225.19º53.47%56.47%-
XYZ10.689.8627.73-
YUV86.93160.21113.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.56%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=22.56%
G=28.96%
B=48.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67861440.530.4000.44225.1936.4941.37
Hex435690352802Ce12429
Octal10312622065500543414451
Binary1000011101011010010000110101101000010110011100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435690; }

 p { color: rgb(67,86,144); }

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

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

 a { background-color: rgb(67,86,144); }

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

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

 span { border-color: rgb(67,86,144); }

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