#425595

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

Shades of Tory Blue #425595

Tints of Tory Blue #425595

Color information

#425595 (or 0x425595) is unknown color: approx Tory Blue. HEX triplet: 42, 55 and 95. RGB value is (66,85,149). Sum of RGB (Red+Green+Blue) = 66+85+149=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #425595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425595 is #BDAA6A. Grayscale: #565656. Windows color (decimal): -12429931 or 9786690. OLE color: 9786690.

HSL color Cylindrical-coordinate representation of color #425595: hue angle of 226.27º 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 #425595 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6685149-
CMYK0.560.4300.42
HSL226.27º38.6%42.16%-
HSV(B)226.27º55.7%58.43%-
XYZ10.929.8329.75-
YUV86.62163.21113.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=22%
G=28.33%
B=49.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66851490.560.4300.42226.2738.642.16
Hex425595382B02Ae2272a
Octal10212522570530523424752
Binary1000010101010110010101111000101011010101011100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425595; }

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

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

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

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

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

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

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

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