#425385

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

Shades of Tory Blue #425385

Tints of Tory Blue #425385

Color information

#425385 (or 0x425385) is unknown color: approx Tory Blue. HEX triplet: 42, 53 and 85. RGB value is (66,83,133). Sum of RGB (Red+Green+Blue) = 66+83+133=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #425385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425385 is #BDAC7A. Grayscale: #535353. Windows color (decimal): -12430459 or 8737602. OLE color: 8737602.

HSL color Cylindrical-coordinate representation of color #425385: hue angle of 224.78º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425385 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6683133-
CMYK0.500.3800.48
HSL224.78º33.67%39.02%-
HSV(B)224.78º50.38%52.16%-
XYZ9.579.0423.43-
YUV83.62155.87115.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=23.40%
G=29.43%
B=47.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66831330.500.3800.48224.7833.6739.02
Hex4253853226030e12227
Octal10212320562460603414247
Binary1000010101001110000101110010100110011000011100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425385; }

 p { color: rgb(66,83,133); }

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

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

 a { background-color: rgb(66,83,133); }

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

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

 span { border-color: rgb(66,83,133); }

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