#3E5585

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

Shades of Tory Blue #3E5585

Tints of Tory Blue #3E5585

Color information

#3E5585 (or 0x3E5585) is unknown color: approx Tory Blue. HEX triplet: 3E, 55 and 85. RGB value is (62,85,133). Sum of RGB (Red+Green+Blue) = 62+85+133=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E5585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5585 is #C1AA7A. Grayscale: #535353. Windows color (decimal): -12692091 or 8738110. OLE color: 8738110.

HSL color Cylindrical-coordinate representation of color #3E5585: hue angle of 220.56º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E5585 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6285133-
CMYK0.530.3600.48
HSL220.56º36.41%38.24%-
HSV(B)220.56º53.38%52.16%-
XYZ9.479.2123.47-
YUV83.6155.88112.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=22.14%
G=30.36%
B=47.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62851330.530.3600.48220.5636.4138.24
Hex3E55853524030dd2426
Octal7612520565440603354446
Binary111110101010110000101110101100100011000011011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E5585; }

 p { color: rgb(62,85,133); }

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

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

 a { background-color: rgb(62,85,133); }

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

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

 span { border-color: rgb(62,85,133); }

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