Html Css Color HEX #2E00C1 Medium Blue

📋 copy color: '#2E00C1'

red 46 ◦ green 0 ◦ blue 193

#2E00C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2E00C1

Tints of Medium Blue #2E00C1

RGB

 RED value IS 46 (18.36% from 255) = 19.25%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 193 (75.78% from 255) = 80.75%

R = 19.25%
G = 0%
B = 80.75%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2E00C1 (or 0x2E00C1) is known color: Medium Blue. HEX triplet: 2E, 00 and C1. RGB value is (46,0,193). Sum of RGB (Red+Green+Blue) = 46+0+193=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E00C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00C1 is #D1FF3E. Grayscale: #232323. Windows color (decimal): -13762367 or 12648494. OLE color: 12648494.

HSL color Cylindrical-coordinate representation of color #2E00C1: hue angle of 254.3º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00C1 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 0 193 -
CMYK 0.76 1 0 0.24
HSL 254.3º 1% 0.38% -
HSV(B) 254.3º 1% 0.76% -
XYZ 10.75 4.43 50.74 -
YUV 35.76 216.74 135.31 -
System Red Green Blue C M Y K H S L
Decimal 46 0 193 0.76 1 0 0.24 254.3 1 0.38
Hex 2E 0 C1 4C 64 0 18 FE 64 26
Octal 56 0 301 114 144 0 30 376 144 46
Binary 101110 0 11000001 1001100 1100100 0 11000 11111110 1100100 100110

Color Harmonies of #2E00C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E00C1

Black with #2E00C1

Text Example


Text Example

White with #2E00C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,0,193); }

 H1.HeaderClassName
 {
   color: #2E00C1;
 }
 .AnyTagClassName
 {
   color: #2E00C1;
 }
</style>

background-color css

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

 a { background-color: rgb(46,0,193); }

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

border-color css

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

 span { border-color: rgb(46,0,193); }

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