#3E4695

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

Shades of Tory Blue #3E4695

Tints of Tory Blue #3E4695

Color information

#3E4695 (or 0x3E4695) is unknown color: approx Tory Blue. HEX triplet: 3E, 46 and 95. RGB value is (62,70,149). Sum of RGB (Red+Green+Blue) = 62+70+149=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E4695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4695 is #C1B96A. Grayscale: #4C4C4C. Windows color (decimal): -12695915 or 9782846. OLE color: 9782846.

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

Color convert

RGB6270149-
CMYK0.580.5300.42
HSL234.48º41.23%41.37%-
HSV(B)234.48º58.39%58.43%-
XYZ9.67.5729.39-
YUV76.61168.85117.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.06%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=22.06%
G=24.91%
B=53.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62701490.580.5300.42234.4841.2341.37
Hex3E46953A3502Aea2929
Octal7610622572650523525151
Binary111110100011010010101111010110101010101011101010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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