#3E4994

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

Shades of Tory Blue #3E4994

Tints of Tory Blue #3E4994

Color information

#3E4994 (or 0x3E4994) is unknown color: approx Tory Blue. HEX triplet: 3E, 49 and 94. RGB value is (62,73,148). Sum of RGB (Red+Green+Blue) = 62+73+148=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E4994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4994 is #C1B66B. Grayscale: #4D4D4D. Windows color (decimal): -12695148 or 9718078. OLE color: 9718078.

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

Color convert

RGB6273148-
CMYK0.580.5100.42
HSL232.33º40.95%41.18%-
HSV(B)232.33º58.11%58.04%-
XYZ9.717.9329.04-
YUV78.26167.36116.4-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.91%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=21.91%
G=25.80%
B=52.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62731480.580.5100.42232.3340.9541.18
Hex3E49943A3302Ae82929
Octal7611122472630523505151
Binary111110100100110010100111010110011010101011101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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