#425790

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

Shades of Tory Blue #425790

Tints of Tory Blue #425790

Color information

#425790 (or 0x425790) is unknown color: approx Tory Blue. HEX triplet: 42, 57 and 90. RGB value is (66,87,144). Sum of RGB (Red+Green+Blue) = 66+87+144=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #425790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425790 is #BDA86F. Grayscale: #565656. Windows color (decimal): -12429424 or 9459522. OLE color: 9459522.

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

Color convert

RGB6687144-
CMYK0.540.4000.44
HSL223.85º37.14%41.18%-
HSV(B)223.85º54.17%56.47%-
XYZ10.699.9927.75-
YUV87.22160.04112.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=22.22%
G=29.29%
B=48.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66871440.540.4000.44223.8537.1441.18
Hex425790362802Ce02529
Octal10212722066500543404551
Binary1000010101011110010000110110101000010110011100000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425790; }

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

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

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

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

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

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

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

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