#425B8D

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

Shades of Tory Blue #425B8D

Tints of Tory Blue #425B8D

Color information

#425B8D (or 0x425B8D) is unknown color: approx Tory Blue. HEX triplet: 42, 5B and 8D. RGB value is (66,91,141). Sum of RGB (Red+Green+Blue) = 66+91+141=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #425B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B8D is #BDA472. Grayscale: #595959. Windows color (decimal): -12428403 or 9263938. OLE color: 9263938.

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

Color convert

RGB6691141-
CMYK0.530.3500.45
HSL220º36.23%40.59%-
HSV(B)220º53.19%55.29%-
XYZ10.810.5626.67-
YUV89.22157.22111.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=22.15%
G=30.54%
B=47.32%

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
Decimal66911410.530.3500.4522036.2340.59
Hex425B8D352302Ddc2429
Octal10213321565430553344451
Binary1000010101101110001101110101100011010110111011100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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