#425B8B

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

Shades of Tory Blue #425B8B

Tints of Tory Blue #425B8B

Color information

#425B8B (or 0x425B8B) is unknown color: approx Tory Blue. HEX triplet: 42, 5B and 8B. RGB value is (66,91,139). Sum of RGB (Red+Green+Blue) = 66+91+139=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #425B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B8B is #BDA474. Grayscale: #585858. Windows color (decimal): -12428405 or 9132866. OLE color: 9132866.

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

Color convert

RGB6691139-
CMYK0.530.3500.45
HSL219.45º35.61%40.2%-
HSV(B)219.45º52.52%54.51%-
XYZ10.6510.525.89-
YUV89156.22111.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=22.30%
G=30.74%
B=46.96%

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
Decimal66911390.530.3500.45219.4535.6140.2
Hex425B8B352302Ddb2428
Octal10213321365430553334450
Binary1000010101101110001011110101100011010110111011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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