#3E4A7F

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

Shades of Tory Blue #3E4A7F

Tints of Tory Blue #3E4A7F

Color information

#3E4A7F (or 0x3E4A7F) is unknown color: approx Tory Blue. HEX triplet: 3E, 4A and 7F. RGB value is (62,74,127). Sum of RGB (Red+Green+Blue) = 62+74+127=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E4A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A7F is #C1B580. Grayscale: #4C4C4C. Windows color (decimal): -12694913 or 8342078. OLE color: 8342078.

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

Color convert

RGB6274127-
CMYK0.510.4200.50
HSL228.92º34.39%37.06%-
HSV(B)228.92º51.18%49.8%-
XYZ8.277.4521.08-
YUV76.45156.52117.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 127 (50% from 255) = 48.29%
R=23.57%
G=28.14%
B=48.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62741270.510.4200.50228.9234.3937.06
Hex3E4A7F332A032e52225
Octal7611217763520623454245
Binary11111010010101111111110011101010011001011100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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