#425285

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

Shades of Tory Blue #425285

Tints of Tory Blue #425285

Color information

#425285 (or 0x425285) is unknown color: approx Tory Blue. HEX triplet: 42, 52 and 85. RGB value is (66,82,133). Sum of RGB (Red+Green+Blue) = 66+82+133=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #425285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425285 is #BDAD7A. Grayscale: #525252. Windows color (decimal): -12430715 or 8737346. OLE color: 8737346.

HSL color Cylindrical-coordinate representation of color #425285: hue angle of 225.67º 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 #425285 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6682133-
CMYK0.500.3800.48
HSL225.67º33.67%39.02%-
HSV(B)225.67º50.38%52.16%-
XYZ9.58.8923.4-
YUV83.03156.2115.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=23.49%
G=29.18%
B=47.33%

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
Decimal66821330.500.3800.48225.6733.6739.02
Hex4252853226030e22227
Octal10212220562460603424247
Binary1000010101001010000101110010100110011000011100010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425285; }

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

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

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

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

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

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

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

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