#425394

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

Shades of Tory Blue #425394

Tints of Tory Blue #425394

Color information

#425394 (or 0x425394) is unknown color: approx Tory Blue. HEX triplet: 42, 53 and 94. RGB value is (66,83,148). Sum of RGB (Red+Green+Blue) = 66+83+148=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #425394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425394 is #BDAC6B. Grayscale: #555555. Windows color (decimal): -12430444 or 9720642. OLE color: 9720642.

HSL color Cylindrical-coordinate representation of color #425394: hue angle of 227.56º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425394 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6683148-
CMYK0.550.4400.42
HSL227.56º38.32%41.96%-
HSV(B)227.56º55.41%58.04%-
XYZ10.699.4829.28-
YUV85.33163.37114.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=22.22%
G=27.95%
B=49.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66831480.550.4400.42227.5638.3241.96
Hex425394372C02Ae4262a
Octal10212322467540523444652
Binary1000010101001110010100110111101100010101011100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425394; }

 p { color: rgb(66,83,148); }

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

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

 a { background-color: rgb(66,83,148); }

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

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

 span { border-color: rgb(66,83,148); }

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