#425395

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

Shades of Tory Blue #425395

Tints of Tory Blue #425395

Color information

#425395 (or 0x425395) is unknown color: approx Tory Blue. HEX triplet: 42, 53 and 95. RGB value is (66,83,149). Sum of RGB (Red+Green+Blue) = 66+83+149=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #425395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425395 is #BDAC6A. Grayscale: #555555. Windows color (decimal): -12430443 or 9786178. OLE color: 9786178.

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

Color convert

RGB6683149-
CMYK0.560.4400.42
HSL227.71º38.6%42.16%-
HSV(B)227.71º55.7%58.43%-
XYZ10.769.5129.7-
YUV85.44163.87114.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 149 (58.59% from 255) = 50%
R=22.15%
G=27.85%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66831490.560.4400.42227.7138.642.16
Hex425395382C02Ae4272a
Octal10212322570540523444752
Binary1000010101001110010101111000101100010101011100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425395; }

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

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

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

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

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

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

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

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