#425B8E

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

Shades of Tory Blue #425B8E

Tints of Tory Blue #425B8E

Color information

#425B8E (or 0x425B8E) is unknown color: approx Tory Blue. HEX triplet: 42, 5B and 8E. RGB value is (66,91,142). Sum of RGB (Red+Green+Blue) = 66+91+142=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #425B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B8E is #BDA471. Grayscale: #595959. Windows color (decimal): -12428402 or 9329474. OLE color: 9329474.

HSL color Cylindrical-coordinate representation of color #425B8E: hue angle of 220.26º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425B8E is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6691142-
CMYK0.540.3600.44
HSL220.26º36.54%40.78%-
HSV(B)220.26º53.52%55.69%-
XYZ10.8710.5927.06-
YUV89.34157.72111.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=22.07%
G=30.43%
B=47.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66911420.540.3600.44220.2636.5440.78
Hex425B8E362402Cdc2529
Octal10213321666440543344551
Binary1000010101101110001110110110100100010110011011100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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