#3E518B

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

Shades of Tory Blue #3E518B

Tints of Tory Blue #3E518B

Color information

#3E518B (or 0x3E518B) is unknown color: approx Tory Blue. HEX triplet: 3E, 51 and 8B. RGB value is (62,81,139). Sum of RGB (Red+Green+Blue) = 62+81+139=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E518B is #C1AE74. Grayscale: #515151. Windows color (decimal): -12693109 or 9130302. OLE color: 9130302.

HSL color Cylindrical-coordinate representation of color #3E518B: hue angle of 225.19º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E518B is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6281139-
CMYK0.550.4200.45
HSL225.19º38.31%39.41%-
HSV(B)225.19º55.4%54.51%-
XYZ9.598.7725.61-
YUV81.93160.21113.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=21.99%
G=28.72%
B=49.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62811390.550.4200.45225.1938.3139.41
Hex3E518B372A02De12627
Octal7612121367520553414647
Binary111110101000110001011110111101010010110111100001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,81,139); }

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

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

 a { background-color: rgb(62,81,139); }

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

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

 span { border-color: rgb(62,81,139); }

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