#425685

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

Shades of Tory Blue #425685

Tints of Tory Blue #425685

Color information

#425685 (or 0x425685) is unknown color: approx Tory Blue. HEX triplet: 42, 56 and 85. RGB value is (66,86,133). Sum of RGB (Red+Green+Blue) = 66+86+133=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #425685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425685 is #BDA97A. Grayscale: #555555. Windows color (decimal): -12429691 or 8738370. OLE color: 8738370.

HSL color Cylindrical-coordinate representation of color #425685: hue angle of 222.09º degrees, saturation: 0.34, 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 #425685 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6686133-
CMYK0.500.3500.48
HSL222.09º33.67%39.02%-
HSV(B)222.09º50.38%52.16%-
XYZ9.819.5123.51-
YUV85.38154.87114.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=23.16%
G=30.18%
B=46.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66861330.500.3500.48222.0933.6739.02
Hex4256853223030de2227
Octal10212620562430603364247
Binary1000010101011010000101110010100011011000011011110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425685; }

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

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

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

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

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

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

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

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