#2E05C7

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

Shades of Medium Blue #2E05C7

Tints of Medium Blue #2E05C7

Color information

#2E05C7 (or 0x2E05C7) is unknown color: approx Medium Blue. HEX triplet: 2E, 05 and C7. RGB value is (46,5,199). Sum of RGB (Red+Green+Blue) = 46+5+199=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 199 (78.12% from 255 or 79.6% from 250); Max value from RGB is 199 - color contains mainly: blue. Hex color #2E05C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E05C7 is #D1FA38. Grayscale: #262626. Windows color (decimal): -13761081 or 13042990. OLE color: 13042990.

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

Color convert

RGB465199-
CMYK0.770.9700.22
HSL252.68º95.1%40%-
HSV(B)252.68º97.49%78.04%-
XYZ11.494.8154.36-
YUV39.38218.08132.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 199 (78.12% from 255) = 79.6%
R=18.4%
G=2%
B=79.6%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4651990.770.9700.22252.6895.140
Hex2E5C74D61016fd5f28
Octal56530711514102637513750
Binary1011101011100011110011011100001010110111111011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E05C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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