#3E5485

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

Shades of Tory Blue #3E5485

Tints of Tory Blue #3E5485

Color information

#3E5485 (or 0x3E5485) is unknown color: approx Tory Blue. HEX triplet: 3E, 54 and 85. RGB value is (62,84,133). Sum of RGB (Red+Green+Blue) = 62+84+133=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E5485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5485 is #C1AB7A. Grayscale: #525252. Windows color (decimal): -12692347 or 8737854. OLE color: 8737854.

HSL color Cylindrical-coordinate representation of color #3E5485: hue angle of 221.41º 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 #3E5485 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6284133-
CMYK0.530.3700.48
HSL221.41º36.41%38.24%-
HSV(B)221.41º53.38%52.16%-
XYZ9.399.0623.44-
YUV83.01156.21113.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.22%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=22.22%
G=30.11%
B=47.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62841330.530.3700.48221.4136.4138.24
Hex3E54853525030dd2426
Octal7612420565450603354446
Binary111110101010010000101110101100101011000011011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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