#340EC9

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

Shades of Medium Blue #340EC9

Tints of Medium Blue #340EC9

Color information

#340EC9 (or 0x340EC9) is unknown color: approx Medium Blue. HEX triplet: 34, 0E and C9. RGB value is (52,14,201). Sum of RGB (Red+Green+Blue) = 52+14+201=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #340EC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340EC9 is #CBF136. Grayscale: #2D2D2D. Windows color (decimal): -13365559 or 13176372. OLE color: 13176372.

HSL color Cylindrical-coordinate representation of color #340EC9: hue angle of 252.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340EC9 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5214201-
CMYK0.740.9300.21
HSL252.19º86.98%42.16%-
HSV(B)252.19º93.03%78.82%-
XYZ12.125.2655.64-
YUV46.68215.09131.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 14 (5.86% from 255) = 5.24%
BLUE value IS 201 (78.91% from 255) = 75.28%
R=19.48%
G=5.24%
B=75.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52142010.740.9300.21252.1986.9842.16
Hex34EC94A5D015fc572a
Octal641631111213502537412752
Binary11010011101100100110010101011101010101111111001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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