#425990

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

Shades of Tory Blue #425990

Tints of Tory Blue #425990

Color information

#425990 (or 0x425990) is unknown color: approx Tory Blue. HEX triplet: 42, 59 and 90. RGB value is (66,89,144). Sum of RGB (Red+Green+Blue) = 66+89+144=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #425990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425990 is #BDA66F. Grayscale: #585858. Windows color (decimal): -12428912 or 9460034. OLE color: 9460034.

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

Color convert

RGB6689144-
CMYK0.540.3800.44
HSL222.31º37.14%41.18%-
HSV(B)222.31º54.17%56.47%-
XYZ10.8510.3227.8-
YUV88.39159.38112.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=22.07%
G=29.77%
B=48.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66891440.540.3800.44222.3137.1441.18
Hex425990362602Cde2529
Octal10213122066460543364551
Binary1000010101100110010000110110100110010110011011110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425990; }

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

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

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

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

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

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

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

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