#2E0CCB

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

Shades of Medium Blue #2E0CCB

Tints of Medium Blue #2E0CCB

Color information

#2E0CCB (or 0x2E0CCB) is unknown color: approx Medium Blue. HEX triplet: 2E, 0C and CB. RGB value is (46,12,203). Sum of RGB (Red+Green+Blue) = 46+12+203=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E0CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0CCB is #D1F334. Grayscale: #2B2B2B. Windows color (decimal): -13759285 or 13306926. OLE color: 13306926.

HSL color Cylindrical-coordinate representation of color #2E0CCB: hue angle of 250.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0CCB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4612203-
CMYK0.770.9400.20
HSL250.68º88.84%42.16%-
HSV(B)250.68º94.09%79.61%-
XYZ12.045.1656.86-
YUV43.94217.76129.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.62%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 203 (79.69% from 255) = 77.78%
R=17.62%
G=4.60%
B=77.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal46122030.770.9400.20250.6888.8442.16
Hex2ECCB4D5E014fb592a
Octal561431311513602437313152
Binary10111011001100101110011011011110010100111110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,12,203); }

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

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

 a { background-color: rgb(46,12,203); }

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

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

 span { border-color: rgb(46,12,203); }

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