#3E4795

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

Shades of Tory Blue #3E4795

Tints of Tory Blue #3E4795

Color information

#3E4795 (or 0x3E4795) is unknown color: approx Tory Blue. HEX triplet: 3E, 47 and 95. RGB value is (62,71,149). Sum of RGB (Red+Green+Blue) = 62+71+149=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E4795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4795 is #C1B86A. Grayscale: #4C4C4C. Windows color (decimal): -12695659 or 9783102. OLE color: 9783102.

HSL color Cylindrical-coordinate representation of color #3E4795: hue angle of 233.79º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E4795 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6271149-
CMYK0.580.5200.42
HSL233.79º41.23%41.37%-
HSV(B)233.79º58.39%58.43%-
XYZ9.667.729.41-
YUV77.2168.52117.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=21.99%
G=25.18%
B=52.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62711490.580.5200.42233.7941.2341.37
Hex3E47953A3402Aea2929
Octal7610722572640523525151
Binary111110100011110010101111010110100010101011101010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,71,149); }

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

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

 a { background-color: rgb(62,71,149); }

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

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

 span { border-color: rgb(62,71,149); }

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