#425488

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

Shades of Tory Blue #425488

Tints of Tory Blue #425488

Color information

#425488 (or 0x425488) is unknown color: approx Tory Blue. HEX triplet: 42, 54 and 88. RGB value is (66,84,136). Sum of RGB (Red+Green+Blue) = 66+84+136=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #425488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425488 is #BDAB77. Grayscale: #545454. Windows color (decimal): -12430200 or 8934466. OLE color: 8934466.

HSL color Cylindrical-coordinate representation of color #425488: hue angle of 224.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425488 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6684136-
CMYK0.510.3800.47
HSL224.57º34.65%39.61%-
HSV(B)224.57º51.47%53.33%-
XYZ9.869.2824.56-
YUV84.55157.04114.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=23.08%
G=29.37%
B=47.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66841360.510.3800.47224.5734.6539.61
Hex425488332602Fe12328
Octal10212421063460573414350
Binary1000010101010010001000110011100110010111111100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425488; }

 p { color: rgb(66,84,136); }

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

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

 a { background-color: rgb(66,84,136); }

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

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

 span { border-color: rgb(66,84,136); }

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