Html Css Color HEX #2E06BC Medium Blue

📋 copy color: '#2E06BC'

red 46 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #2E06BC

Tints of Medium Blue #2E06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 188 (73.83% from 255) = 78.33%

R = 19.17%
G = 2.5%
B = 78.33%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E06BC (or 0x2E06BC) is known color: Medium Blue. HEX triplet: 2E, 06 and BC. RGB value is (46,6,188). Sum of RGB (Red+Green+Blue) = 46+6+188=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E06BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E06BC is #D1F943. Grayscale: #262626. Windows color (decimal): -13760836 or 12322350. OLE color: 12322350.

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

Color convert

RGB 46 6 188 -
CMYK 0.76 0.97 0 0.26
HSL 253.19º 0.94% 0.38% -
HSV(B) 253.19º 0.97% 0.74% -
XYZ 10.27 4.34 47.87 -
YUV 38.71 212.25 133.2 -
System Red Green Blue C M Y K H S L
Decimal 46 6 188 0.76 0.97 0 0.26 253.19 0.94 0.38
Hex 2E 6 BC 4C 61 0 1A FD 5E 26
Octal 56 6 274 114 141 0 32 375 136 46
Binary 101110 110 10111100 1001100 1100001 0 11010 11111101 1011110 100110

Color Harmonies of #2E06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E06BC

Black with #2E06BC

Text Example


Text Example

White with #2E06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,6,188); }

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

background-color css

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

 a { background-color: rgb(46,6,188); }

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

border-color css

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

 span { border-color: rgb(46,6,188); }

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