#435694

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

Shades of Tory Blue #435694

Tints of Tory Blue #435694

Color information

#435694 (or 0x435694) is unknown color: approx Tory Blue. HEX triplet: 43, 56 and 94. RGB value is (67,86,148). Sum of RGB (Red+Green+Blue) = 67+86+148=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #435694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435694 is #BCA96B. Grayscale: #575757. Windows color (decimal): -12364140 or 9721411. OLE color: 9721411.

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

Color convert

RGB6786148-
CMYK0.550.4200.42
HSL225.93º37.67%42.16%-
HSV(B)225.93º54.73%58.04%-
XYZ10.999.9929.37-
YUV87.39162.21113.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.26%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=22.26%
G=28.57%
B=49.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67861480.550.4200.42225.9337.6742.16
Hex435694372A02Ae2262a
Octal10312622467520523424652
Binary1000011101011010010100110111101010010101011100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435694; }

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

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

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

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

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

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

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

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