#425684

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

Shades of Tory Blue #425684

Tints of Tory Blue #425684

Color information

#425684 (or 0x425684) is unknown color: approx Tory Blue. HEX triplet: 42, 56 and 84. RGB value is (66,86,132). Sum of RGB (Red+Green+Blue) = 66+86+132=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #425684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425684 is #BDA97B. Grayscale: #555555. Windows color (decimal): -12429692 or 8672834. OLE color: 8672834.

HSL color Cylindrical-coordinate representation of color #425684: hue angle of 221.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425684 is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6686132-
CMYK0.50.3500.48
HSL221.82º33.33%38.82%-
HSV(B)221.82º50%51.76%-
XYZ9.749.4823.15-
YUV85.26154.37114.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=23.24%
G=30.28%
B=46.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66861320.50.3500.48221.8233.3338.82
Hex4256843223030de2127
Octal10212620462430603364147
Binary1000010101011010000100110010100011011000011011110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425684; }

 p { color: rgb(66,86,132); }

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

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

 a { background-color: rgb(66,86,132); }

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

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

 span { border-color: rgb(66,86,132); }

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