#425090

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

Shades of Tory Blue #425090

Tints of Tory Blue #425090

Color information

#425090 (or 0x425090) is unknown color: approx Tory Blue. HEX triplet: 42, 50 and 90. RGB value is (66,80,144). Sum of RGB (Red+Green+Blue) = 66+80+144=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #425090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425090 is #BDAF6F. Grayscale: #525252. Windows color (decimal): -12431216 or 9457730. OLE color: 9457730.

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

Color convert

RGB6680144-
CMYK0.540.4400.44
HSL229.23º37.14%41.18%-
HSV(B)229.23º54.17%56.47%-
XYZ10.158.9127.57-
YUV83.11162.36115.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=22.76%
G=27.59%
B=49.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66801440.540.4400.44229.2337.1441.18
Hex425090362C02Ce52529
Octal10212022066540543454551
Binary1000010101000010010000110110101100010110011100101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425090; }

 p { color: rgb(66,80,144); }

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

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

 a { background-color: rgb(66,80,144); }

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

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

 span { border-color: rgb(66,80,144); }

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