#425292

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

Shades of Tory Blue #425292

Tints of Tory Blue #425292

Color information

#425292 (or 0x425292) is unknown color: approx Tory Blue. HEX triplet: 42, 52 and 92. RGB value is (66,82,146). Sum of RGB (Red+Green+Blue) = 66+82+146=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #425292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425292 is #BDAD6D. Grayscale: #545454. Windows color (decimal): -12430702 or 9589314. OLE color: 9589314.

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

Color convert

RGB6682146-
CMYK0.550.4400.43
HSL228º37.74%41.57%-
HSV(B)228º54.79%57.25%-
XYZ10.459.2728.43-
YUV84.51162.7114.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=22.45%
G=27.89%
B=49.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66821460.550.4400.4322837.7441.57
Hex425292372C02Be4262a
Octal10212222267540533444652
Binary1000010101001010010010110111101100010101111100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425292; }

 p { color: rgb(66,82,146); }

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

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

 a { background-color: rgb(66,82,146); }

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

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

 span { border-color: rgb(66,82,146); }

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