#2E10C8

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

Shades of Medium Blue #2E10C8

Tints of Medium Blue #2E10C8

Color information

#2E10C8 (or 0x2E10C8) is unknown color: approx Medium Blue. HEX triplet: 2E, 10 and C8. RGB value is (46,16,200). Sum of RGB (Red+Green+Blue) = 46+16+200=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 200 (78.52% from 255 or 76.34% from 262); Max value from RGB is 200 - color contains mainly: blue. Hex color #2E10C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E10C8 is #D1EF37. Grayscale: #2D2D2D. Windows color (decimal): -13758264 or 13111342. OLE color: 13111342.

HSL color Cylindrical-coordinate representation of color #2E10C8: hue angle of 249.78º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E10C8 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4616200-
CMYK0.770.9200.22
HSL249.78º85.19%42.35%-
HSV(B)249.78º92%78.43%-
XYZ11.745.1255.01-
YUV45.95214.94128.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 200 (78.52% from 255) = 76.34%
R=17.56%
G=6.11%
B=76.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46162000.770.9200.22249.7885.1942.35
Hex2E10C84D5C016fa552a
Octal562031011513402637212552
Binary101110100001100100010011011011100010110111110101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E10C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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