#425A8B

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

Shades of Tory Blue #425A8B

Tints of Tory Blue #425A8B

Color information

#425A8B (or 0x425A8B) is unknown color: approx Tory Blue. HEX triplet: 42, 5A and 8B. RGB value is (66,90,139). Sum of RGB (Red+Green+Blue) = 66+90+139=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #425A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A8B is #BDA574. Grayscale: #585858. Windows color (decimal): -12428661 or 9132610. OLE color: 9132610.

HSL color Cylindrical-coordinate representation of color #425A8B: hue angle of 220.27º 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 #425A8B is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6690139-
CMYK0.530.3500.45
HSL220.27º35.61%40.2%-
HSV(B)220.27º52.52%54.51%-
XYZ10.5610.3325.86-
YUV88.41156.55112.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=22.37%
G=30.51%
B=47.12%

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
Decimal66901390.530.3500.45220.2735.6140.2
Hex425A8B352302Ddc2428
Octal10213221365430553344450
Binary1000010101101010001011110101100011010110111011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,139); }

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

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

 a { background-color: rgb(66,90,139); }

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

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

 span { border-color: rgb(66,90,139); }

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