#425C8B

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

Shades of Tory Blue #425C8B

Tints of Tory Blue #425C8B

Color information

#425C8B (or 0x425C8B) is unknown color: approx Tory Blue. HEX triplet: 42, 5C and 8B. RGB value is (66,92,139). Sum of RGB (Red+Green+Blue) = 66+92+139=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #425C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C8B is #BDA374. Grayscale: #595959. Windows color (decimal): -12428149 or 9133122. OLE color: 9133122.

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

Color convert

RGB6692139-
CMYK0.530.3400.45
HSL218.63º35.61%40.2%-
HSV(B)218.63º52.52%54.51%-
XYZ10.7310.6825.92-
YUV89.58155.89111.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=22.22%
G=30.98%
B=46.80%

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
Decimal66921390.530.3400.45218.6335.6140.2
Hex425C8B352202Ddb2428
Octal10213421365420553334450
Binary1000010101110010001011110101100010010110111011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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