#3E4992

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

Shades of Tory Blue #3E4992

Tints of Tory Blue #3E4992

Color information

#3E4992 (or 0x3E4992) is unknown color: approx Tory Blue. HEX triplet: 3E, 49 and 92. RGB value is (62,73,146). Sum of RGB (Red+Green+Blue) = 62+73+146=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E4992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4992 is #C1B66D. Grayscale: #4D4D4D. Windows color (decimal): -12695150 or 9587006. OLE color: 9587006.

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

Color convert

RGB6273146-
CMYK0.580.500.43
HSL232.14º40.38%40.78%-
HSV(B)232.14º57.53%57.25%-
XYZ9.567.8628.21-
YUV78.03166.36116.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.06%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=22.06%
G=25.98%
B=51.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62731460.580.500.43232.1440.3840.78
Hex3E49923A3202Be82829
Octal7611122272620533505051
Binary111110100100110010010111010110010010101111101000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,146); }

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

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

 a { background-color: rgb(62,73,146); }

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

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

 span { border-color: rgb(62,73,146); }

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