#340EC1

Color #340EC1 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #340EC1

Tints of Medium Blue #340EC1

Color information

#340EC1 (or 0x340EC1) is unknown color: approx Medium Blue. HEX triplet: 34, 0E and C1. RGB value is (52,14,193). Sum of RGB (Red+Green+Blue) = 52+14+193=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 193 (75.78% from 255 or 74.52% from 259); Max value from RGB is 193 - color contains mainly: blue. Hex color #340EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340EC1 is #CBF13E. Grayscale: #2D2D2D. Windows color (decimal): -13365567 or 12652084. OLE color: 12652084.

HSL color Cylindrical-coordinate representation of color #340EC1: hue angle of 252.74º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340EC1 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5214193-
CMYK0.730.9300.24
HSL252.74º86.47%40.59%-
HSV(B)252.74º92.75%75.69%-
XYZ11.24.8950.81-
YUV45.77211.09132.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 14 (5.86% from 255) = 5.41%
BLUE value IS 193 (75.78% from 255) = 74.52%
R=20.08%
G=5.41%
B=74.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52141930.730.9300.24252.7486.4740.59
Hex34EC1495D018fd5629
Octal641630111113503037512651
Binary11010011101100000110010011011101011000111111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340EC1; }

 p { color: rgb(52,14,193); }

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

<style>
 a { background-color: #340EC1; }

 a { background-color: rgb(52,14,193); }

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

<style>
 span { border-color: #340EC1; }

 span { border-color: rgb(52,14,193); }

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