#425194

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

Shades of Tory Blue #425194

Tints of Tory Blue #425194

Color information

#425194 (or 0x425194) is unknown color: approx Tory Blue. HEX triplet: 42, 51 and 94. RGB value is (66,81,148). Sum of RGB (Red+Green+Blue) = 66+81+148=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #425194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425194 is #BDAE6B. Grayscale: #535353. Windows color (decimal): -12430956 or 9720130. OLE color: 9720130.

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

Color convert

RGB6681148-
CMYK0.550.4500.42
HSL229.02º38.32%41.96%-
HSV(B)229.02º55.41%58.04%-
XYZ10.539.1829.23-
YUV84.15164.03115.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 148 (58.20% from 255) = 50.17%
R=22.37%
G=27.46%
B=50.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66811480.550.4500.42229.0238.3241.96
Hex425194372D02Ae5262a
Octal10212122467550523454652
Binary1000010101000110010100110111101101010101011100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425194; }

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

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

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

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

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

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

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

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