#425497

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

Shades of Tory Blue #425497

Tints of Tory Blue #425497

Color information

#425497 (or 0x425497) is unknown color: approx Tory Blue. HEX triplet: 42, 54 and 97. RGB value is (66,84,151). Sum of RGB (Red+Green+Blue) = 66+84+151=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #425497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425497 is #BDAB68. Grayscale: #555555. Windows color (decimal): -12430185 or 9917506. OLE color: 9917506.

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

Color convert

RGB6684151-
CMYK0.560.4400.41
HSL227.29º39.17%42.55%-
HSV(B)227.29º56.29%59.22%-
XYZ119.7330.58-
YUV86.26164.54113.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 151 (59.38% from 255) = 50.17%
R=21.93%
G=27.91%
B=50.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66841510.560.4400.41227.2939.1742.55
Hex425497382C029e3272b
Octal10212422770540513434753
Binary1000010101010010010111111000101100010100111100011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425497; }

 p { color: rgb(66,84,151); }

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

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

 a { background-color: rgb(66,84,151); }

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

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

 span { border-color: rgb(66,84,151); }

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