#2E0DCF

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

Shades of Medium Blue #2E0DCF

Tints of Medium Blue #2E0DCF

Color information

#2E0DCF (or 0x2E0DCF) is unknown color: approx Medium Blue. HEX triplet: 2E, 0D and CF. RGB value is (46,13,207). Sum of RGB (Red+Green+Blue) = 46+13+207=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E0DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0DCF is #D1F230. Grayscale: #2C2C2C. Windows color (decimal): -13759025 or 13569326. OLE color: 13569326.

HSL color Cylindrical-coordinate representation of color #2E0DCF: hue angle of 250.21º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0DCF is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4613207-
CMYK0.780.9400.19
HSL250.21º88.18%43.14%-
HSV(B)250.21º93.72%81.18%-
XYZ12.535.3759.41-
YUV44.98219.43128.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.29%
GREEN value IS 13 (5.47% from 255) = 4.89%
BLUE value IS 207 (81.25% from 255) = 77.82%
R=17.29%
G=4.89%
B=77.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46132070.780.9400.19250.2188.1843.14
Hex2EDCF4E5E013fa582b
Octal561531711613602337213053
Binary10111011011100111110011101011110010011111110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,13,207); }

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

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

 a { background-color: rgb(46,13,207); }

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

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

 span { border-color: rgb(46,13,207); }

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