#435290

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

Shades of Tory Blue #435290

Tints of Tory Blue #435290

Color information

#435290 (or 0x435290) is unknown color: approx Tory Blue. HEX triplet: 43, 52 and 90. RGB value is (67,82,144). Sum of RGB (Red+Green+Blue) = 67+82+144=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #435290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435290 is #BCAD6F. Grayscale: #545454. Windows color (decimal): -12365168 or 9458243. OLE color: 9458243.

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

Color convert

RGB6782144-
CMYK0.530.4300.44
HSL228.31º36.49%41.37%-
HSV(B)228.31º53.47%56.47%-
XYZ10.379.2427.62-
YUV84.58161.53115.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=22.87%
G=27.99%
B=49.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67821440.530.4300.44228.3136.4941.37
Hex435290352B02Ce42429
Octal10312222065530543444451
Binary1000011101001010010000110101101011010110011100100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435290; }

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

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

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

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

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

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

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

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