Html Css Color HEX #2E0ACA Medium Blue

📋 copy color: '#2E0ACA'

red 46 ◦ green 10 ◦ blue 202

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

Shades of Medium Blue #2E0ACA

Tints of Medium Blue #2E0ACA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 202 (79.3% from 255) = 78.29%

R = 17.83%
G = 3.88%
B = 78.29%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E0ACA (or 0x2E0ACA) is known color: Medium Blue. HEX triplet: 2E, 0A and CA. RGB value is (46,10,202). Sum of RGB (Red+Green+Blue) = 46+10+202=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E0ACA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0ACA is #D1F535. Grayscale: #292929. Windows color (decimal): -13759798 or 13240878. OLE color: 13240878.

HSL color Cylindrical-coordinate representation of color #2E0ACA: hue angle of 251.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0ACA is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 10 202 -
CMYK 0.77 0.95 0 0.21
HSL 251.25º 0.91% 0.42% -
HSV(B) 251.25º 0.95% 0.79% -
XYZ 11.9 5.06 56.23 -
YUV 42.65 217.93 130.39 -
System Red Green Blue C M Y K H S L
Decimal 46 10 202 0.77 0.95 0 0.21 251.25 0.91 0.42
Hex 2E A CA 4D 5F 0 15 FB 5B 2A
Octal 56 12 312 115 137 0 25 373 133 52
Binary 101110 1010 11001010 1001101 1011111 0 10101 11111011 1011011 101010

Color Harmonies of #2E0ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0ACA

Black with #2E0ACA

Text Example


Text Example

White with #2E0ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,10,202); }

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

background-color css

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

 a { background-color: rgb(46,10,202); }

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

border-color css

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

 span { border-color: rgb(46,10,202); }

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