#2E05C0

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

Shades of Medium Blue #2E05C0

Tints of Medium Blue #2E05C0

Color information

#2E05C0 (or 0x2E05C0) is unknown color: approx Medium Blue. HEX triplet: 2E, 05 and C0. RGB value is (46,5,192). Sum of RGB (Red+Green+Blue) = 46+5+192=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 192 (75.39% from 255 or 79.01% from 243); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E05C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E05C0 is #D1FA3F. Grayscale: #252525. Windows color (decimal): -13761088 or 12584238. OLE color: 12584238.

HSL color Cylindrical-coordinate representation of color #2E05C0: hue angle of 253.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E05C0 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB465192-
CMYK0.760.9700.25
HSL253.16º94.92%38.63%-
HSV(B)253.16º97.4%75.29%-
XYZ10.74.550.17-
YUV38.58214.58133.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 192 (75.39% from 255) = 79.01%
R=18.93%
G=2.06%
B=79.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4651920.760.9700.25253.1694.9238.63
Hex2E5C04C61019fd5f27
Octal56530011414103137513747
Binary1011101011100000010011001100001011001111111011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E05C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,192); }

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

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

 a { background-color: rgb(46,5,192); }

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

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

 span { border-color: rgb(46,5,192); }

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