#425785

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

Shades of Tory Blue #425785

Tints of Tory Blue #425785

Color information

#425785 (or 0x425785) is unknown color: approx Tory Blue. HEX triplet: 42, 57 and 85. RGB value is (66,87,133). Sum of RGB (Red+Green+Blue) = 66+87+133=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #425785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425785 is #BDA87A. Grayscale: #555555. Windows color (decimal): -12429435 or 8738626. OLE color: 8738626.

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

Color convert

RGB6687133-
CMYK0.500.3500.48
HSL221.19º33.67%39.02%-
HSV(B)221.19º50.38%52.16%-
XYZ9.899.6723.54-
YUV85.96154.54113.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=23.08%
G=30.42%
B=46.50%

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
Decimal66871330.500.3500.48221.1933.6739.02
Hex4257853223030dd2227
Octal10212720562430603354247
Binary1000010101011110000101110010100011011000011011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425785; }

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

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

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

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

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

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

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

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