Html Css Color HEX #2E04BE Medium Blue

📋 copy color: '#2E04BE'

red 46 ◦ green 4 ◦ blue 190

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

Shades of Medium Blue #2E04BE

Tints of Medium Blue #2E04BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 190 (74.61% from 255) = 79.17%

R = 19.17%
G = 1.67%
B = 79.17%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E04BE (or 0x2E04BE) is known color: Medium Blue. HEX triplet: 2E, 04 and BE. RGB value is (46,4,190). Sum of RGB (Red+Green+Blue) = 46+4+190=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E04BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E04BE is #D1FB41. Grayscale: #252525. Windows color (decimal): -13761346 or 12452910. OLE color: 12452910.

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

Color convert

RGB 46 4 190 -
CMYK 0.76 0.98 0 0.25
HSL 253.55º 0.96% 0.38% -
HSV(B) 253.55º 0.98% 0.75% -
XYZ 10.46 4.39 49.01 -
YUV 37.76 213.91 133.88 -
System Red Green Blue C M Y K H S L
Decimal 46 4 190 0.76 0.98 0 0.25 253.55 0.96 0.38
Hex 2E 4 BE 4C 62 0 19 FE 60 26
Octal 56 4 276 114 142 0 31 376 140 46
Binary 101110 100 10111110 1001100 1100010 0 11001 11111110 1100000 100110

Color Harmonies of #2E04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E04BE

Black with #2E04BE

Text Example


Text Example

White with #2E04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,4,190); }

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

background-color css

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

 a { background-color: rgb(46,4,190); }

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

border-color css

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

 span { border-color: rgb(46,4,190); }

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