#3E507F

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

Shades of Tory Blue #3E507F

Tints of Tory Blue #3E507F

Color information

#3E507F (or 0x3E507F) is unknown color: approx Tory Blue. HEX triplet: 3E, 50 and 7F. RGB value is (62,80,127). Sum of RGB (Red+Green+Blue) = 62+80+127=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E507F is #C1AF80. Grayscale: #4F4F4F. Windows color (decimal): -12693377 or 8343614. OLE color: 8343614.

HSL color Cylindrical-coordinate representation of color #3E507F: hue angle of 223.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E507F is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6280127-
CMYK0.510.3700.50
HSL223.38º34.39%37.06%-
HSV(B)223.38º51.18%49.8%-
XYZ8.698.2921.22-
YUV79.98154.54115.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 127 (50% from 255) = 47.21%
R=23.05%
G=29.74%
B=47.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62801270.510.3700.50223.3834.3937.06
Hex3E507F3325032df2225
Octal7612017763450623374245
Binary11111010100001111111110011100101011001011011111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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