#425987

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

Shades of Tory Blue #425987

Tints of Tory Blue #425987

Color information

#425987 (or 0x425987) is unknown color: approx Tory Blue. HEX triplet: 42, 59 and 87. RGB value is (66,89,135). Sum of RGB (Red+Green+Blue) = 66+89+135=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #425987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425987 is #BDA678. Grayscale: #575757. Windows color (decimal): -12428921 or 8870210. OLE color: 8870210.

HSL color Cylindrical-coordinate representation of color #425987: hue angle of 220º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425987 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6689135-
CMYK0.510.3400.47
HSL220º34.33%39.41%-
HSV(B)220º51.11%52.94%-
XYZ10.1910.0524.32-
YUV87.37154.88112.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=22.76%
G=30.69%
B=46.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66891350.510.3400.4722034.3339.41
Hex425987332202Fdc2227
Octal10213120763420573344247
Binary1000010101100110000111110011100010010111111011100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425987; }

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

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

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

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

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

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

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

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