#425089

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

Shades of Tory Blue #425089

Tints of Tory Blue #425089

Color information

#425089 (or 0x425089) is unknown color: approx Tory Blue. HEX triplet: 42, 50 and 89. RGB value is (66,80,137). Sum of RGB (Red+Green+Blue) = 66+80+137=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #425089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425089 is #BDAF76. Grayscale: #525252. Windows color (decimal): -12431223 or 8998978. OLE color: 8998978.

HSL color Cylindrical-coordinate representation of color #425089: hue angle of 228.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #425089 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6680137-
CMYK0.520.4200.46
HSL228.17º34.98%39.8%-
HSV(B)228.17º51.82%53.73%-
XYZ9.638.724.84-
YUV82.31158.86116.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 137 (53.91% from 255) = 48.41%
R=23.32%
G=28.27%
B=48.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66801370.520.4200.46228.1734.9839.8
Hex425089342A02Ee42328
Octal10212021164520563444350
Binary1000010101000010001001110100101010010111011100100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425089; }

 p { color: rgb(66,80,137); }

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

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

 a { background-color: rgb(66,80,137); }

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

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

 span { border-color: rgb(66,80,137); }

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