#425282

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

Shades of Tory Blue #425282

Tints of Tory Blue #425282

Color information

#425282 (or 0x425282) is unknown color: approx Tory Blue. HEX triplet: 42, 52 and 82. RGB value is (66,82,130). Sum of RGB (Red+Green+Blue) = 66+82+130=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #425282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425282 is #BDAD7D. Grayscale: #525252. Windows color (decimal): -12430718 or 8540738. OLE color: 8540738.

HSL color Cylindrical-coordinate representation of color #425282: hue angle of 225º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #425282 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6682130-
CMYK0.490.3700.49
HSL225º32.65%38.43%-
HSV(B)225º49.23%50.98%-
XYZ9.298.822.33-
YUV82.69154.7116.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=23.74%
G=29.50%
B=46.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66821300.490.3700.4922532.6538.43
Hex4252823125031e12126
Octal10212220261450613414146
Binary1000010101001010000010110001100101011000111100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425282; }

 p { color: rgb(66,82,130); }

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

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

 a { background-color: rgb(66,82,130); }

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

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

 span { border-color: rgb(66,82,130); }

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