#425086

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

Shades of Tory Blue #425086

Tints of Tory Blue #425086

Color information

#425086 (or 0x425086) is unknown color: approx Tory Blue. HEX triplet: 42, 50 and 86. RGB value is (66,80,134). Sum of RGB (Red+Green+Blue) = 66+80+134=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #425086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425086 is #BDAF79. Grayscale: #515151. Windows color (decimal): -12431226 or 8802370. OLE color: 8802370.

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

Color convert

RGB6680134-
CMYK0.510.4000.47
HSL227.65º34%39.22%-
HSV(B)227.65º50.75%52.55%-
XYZ9.428.6223.72-
YUV81.97157.36116.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=23.57%
G=28.57%
B=47.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66801340.510.4000.47227.653439.22
Hex425086332802Fe42227
Octal10212020663500573444247
Binary1000010101000010000110110011101000010111111100100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425086; }

 p { color: rgb(66,80,134); }

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

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

 a { background-color: rgb(66,80,134); }

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

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

 span { border-color: rgb(66,80,134); }

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