#3E508A

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

Shades of Tory Blue #3E508A

Tints of Tory Blue #3E508A

Color information

#3E508A (or 0x3E508A) is unknown color: approx Tory Blue. HEX triplet: 3E, 50 and 8A. RGB value is (62,80,138). Sum of RGB (Red+Green+Blue) = 62+80+138=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E508A is #C1AF75. Grayscale: #505050. Windows color (decimal): -12693366 or 9064510. OLE color: 9064510.

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

Color convert

RGB6280138-
CMYK0.550.4200.46
HSL225.79º38%39.22%-
HSV(B)225.79º55.07%54.12%-
XYZ9.448.625.21-
YUV81.23160.04114.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=22.14%
G=28.57%
B=49.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62801380.550.4200.46225.793839.22
Hex3E508A372A02Ee22627
Octal7612021267520563424647
Binary111110101000010001010110111101010010111011100010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,80,138); }

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

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

 a { background-color: rgb(62,80,138); }

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

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

 span { border-color: rgb(62,80,138); }

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