#425C8C

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

Shades of Tory Blue #425C8C

Tints of Tory Blue #425C8C

Color information

#425C8C (or 0x425C8C) is unknown color: approx Tory Blue. HEX triplet: 42, 5C and 8C. RGB value is (66,92,140). Sum of RGB (Red+Green+Blue) = 66+92+140=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #425C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C8C is #BDA373. Grayscale: #595959. Windows color (decimal): -12428148 or 9198658. OLE color: 9198658.

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

Color convert

RGB6692140-
CMYK0.530.3400.45
HSL218.92º35.92%40.39%-
HSV(B)218.92º52.86%54.9%-
XYZ10.8110.7126.31-
YUV89.7156.39111.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=22.15%
G=30.87%
B=46.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66921400.530.3400.45218.9235.9240.39
Hex425C8C352202Ddb2428
Octal10213421465420553334450
Binary1000010101110010001100110101100010010110111011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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