#425191

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

Shades of Tory Blue #425191

Tints of Tory Blue #425191

Color information

#425191 (or 0x425191) is unknown color: approx Tory Blue. HEX triplet: 42, 51 and 91. RGB value is (66,81,145). Sum of RGB (Red+Green+Blue) = 66+81+145=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #425191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425191 is #BDAE6E. Grayscale: #535353. Windows color (decimal): -12430959 or 9523522. OLE color: 9523522.

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

Color convert

RGB6681145-
CMYK0.540.4400.43
HSL228.61º37.44%41.37%-
HSV(B)228.61º54.48%56.86%-
XYZ10.39.0928-
YUV83.81162.53115.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=22.60%
G=27.74%
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.43
SystemRedGreenBlueCMYKHSL
Decimal66811450.540.4400.43228.6137.4441.37
Hex425191362C02Be52529
Octal10212122166540533454551
Binary1000010101000110010001110110101100010101111100101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425191; }

 p { color: rgb(66,81,145); }

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

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

 a { background-color: rgb(66,81,145); }

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

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

 span { border-color: rgb(66,81,145); }

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