#2E10D4

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

Shades of Medium Blue #2E10D4

Tints of Medium Blue #2E10D4

Color information

#2E10D4 (or 0x2E10D4) is unknown color: approx Medium Blue. HEX triplet: 2E, 10 and D4. RGB value is (46,16,212). Sum of RGB (Red+Green+Blue) = 46+16+212=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 212 (83.20% from 255 or 77.37% from 274); Max value from RGB is 212 - color contains mainly: blue. Hex color #2E10D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E10D4 is #D1EF2B. Grayscale: #2E2E2E. Windows color (decimal): -13758252 or 13897774. OLE color: 13897774.

HSL color Cylindrical-coordinate representation of color #2E10D4: hue angle of 249.18º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E10D4 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4616212-
CMYK0.780.9200.17
HSL249.18º85.96%44.71%-
HSV(B)249.18º92.45%83.14%-
XYZ13.25.762.69-
YUV47.31220.94127.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.79%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 212 (83.20% from 255) = 77.37%
R=16.79%
G=5.84%
B=77.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal46162120.780.9200.17249.1885.9644.71
Hex2E10D44E5C011f9562d
Octal562032411613402137112655
Binary101110100001101010010011101011100010001111110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E10D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E10D4; }

 p { color: rgb(46,16,212); }

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

<style>
 a { background-color: #2E10D4; }

 a { background-color: rgb(46,16,212); }

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

<style>
 span { border-color: #2E10D4; }

 span { border-color: rgb(46,16,212); }

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