#2E13D5

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

Shades of Medium Blue #2E13D5

Tints of Medium Blue #2E13D5

Color information

#2E13D5 (or 0x2E13D5) is unknown color: approx Medium Blue. HEX triplet: 2E, 13 and D5. RGB value is (46,19,213). Sum of RGB (Red+Green+Blue) = 46+19+213=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E13D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E13D5 is #D1EC2A. Grayscale: #303030. Windows color (decimal): -13757483 or 13964078. OLE color: 13964078.

HSL color Cylindrical-coordinate representation of color #2E13D5: hue angle of 248.35º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E13D5 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4619213-
CMYK0.780.9100.16
HSL248.35º83.62%45.49%-
HSV(B)248.35º91.08%83.53%-
XYZ13.375.8563.38-
YUV49.19220.45125.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.55%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 213 (83.59% from 255) = 76.62%
R=16.55%
G=6.83%
B=76.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal46192130.780.9100.16248.3583.6245.49
Hex2E13D54E5B010f8542d
Octal562332511613302037012455
Binary101110100111101010110011101011011010000111110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E13D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,19,213); }

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

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

 a { background-color: rgb(46,19,213); }

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

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

 span { border-color: rgb(46,19,213); }

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