#425B8C

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

Shades of Tory Blue #425B8C

Tints of Tory Blue #425B8C

Color information

#425B8C (or 0x425B8C) is unknown color: approx Tory Blue. HEX triplet: 42, 5B and 8C. RGB value is (66,91,140). Sum of RGB (Red+Green+Blue) = 66+91+140=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #425B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B8C is #BDA473. Grayscale: #585858. Windows color (decimal): -12428404 or 9198402. OLE color: 9198402.

HSL color Cylindrical-coordinate representation of color #425B8C: hue angle of 219.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #425B8C is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6691140-
CMYK0.530.3500.45
HSL219.73º35.92%40.39%-
HSV(B)219.73º52.86%54.9%-
XYZ10.7210.5326.28-
YUV89.11156.72111.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=22.22%
G=30.64%
B=47.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66911400.530.3500.45219.7335.9240.39
Hex425B8C352302Ddc2428
Octal10213321465430553344450
Binary1000010101101110001100110101100011010110111011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425B8C; }

 p { color: rgb(66,91,140); }

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

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

 a { background-color: rgb(66,91,140); }

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

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

 span { border-color: rgb(66,91,140); }

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