#3E5694

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

Shades of Tory Blue #3E5694

Tints of Tory Blue #3E5694

Color information

#3E5694 (or 0x3E5694) is unknown color: approx Tory Blue. HEX triplet: 3E, 56 and 94. RGB value is (62,86,148). Sum of RGB (Red+Green+Blue) = 62+86+148=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E5694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5694 is #C1A96B. Grayscale: #555555. Windows color (decimal): -12691820 or 9721406. OLE color: 9721406.

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

Color convert

RGB6286148-
CMYK0.580.4200.42
HSL223.26º40.95%41.18%-
HSV(B)223.26º58.11%58.04%-
XYZ10.669.8229.35-
YUV85.89163.05110.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.95%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 148 (58.20% from 255) = 50%
R=20.95%
G=29.05%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62861480.580.4200.42223.2640.9541.18
Hex3E56943A2A02Adf2929
Octal7612622472520523375151
Binary111110101011010010100111010101010010101011011111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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