#3E5689

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

Shades of Tory Blue #3E5689

Tints of Tory Blue #3E5689

Color information

#3E5689 (or 0x3E5689) is unknown color: approx Tory Blue. HEX triplet: 3E, 56 and 89. RGB value is (62,86,137). Sum of RGB (Red+Green+Blue) = 62+86+137=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E5689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5689 is #C1A976. Grayscale: #545454. Windows color (decimal): -12691831 or 9000510. OLE color: 9000510.

HSL color Cylindrical-coordinate representation of color #3E5689: hue angle of 220.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E5689 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6286137-
CMYK0.550.3700.46
HSL220.8º37.69%39.02%-
HSV(B)220.8º54.74%53.73%-
XYZ9.839.4924.98-
YUV84.64157.55111.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.75%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=21.75%
G=30.18%
B=48.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62861370.550.3700.46220.837.6939.02
Hex3E5689372502Edd2627
Octal7612621167450563354647
Binary111110101011010001001110111100101010111011011101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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