#435594

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

Shades of Tory Blue #435594

Tints of Tory Blue #435594

Color information

#435594 (or 0x435594) is unknown color: approx Tory Blue. HEX triplet: 43, 55 and 94. RGB value is (67,85,148). Sum of RGB (Red+Green+Blue) = 67+85+148=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #435594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435594 is #BCAA6B. Grayscale: #565656. Windows color (decimal): -12364396 or 9721155. OLE color: 9721155.

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

Color convert

RGB6785148-
CMYK0.550.4300.42
HSL226.67º37.67%42.16%-
HSV(B)226.67º54.73%58.04%-
XYZ10.919.8329.34-
YUV86.8162.54113.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 148 (58.20% from 255) = 49.33%
R=22.33%
G=28.33%
B=49.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67851480.550.4300.42226.6737.6742.16
Hex435594372B02Ae3262a
Octal10312522467530523434652
Binary1000011101010110010100110111101011010101011100011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435594; }

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

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

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

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

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

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

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

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