Html Css Color HEX #2C11BE Medium Blue

📋 copy color: '#2C11BE'

red 44 ◦ green 17 ◦ blue 190

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

Shades of Medium Blue #2C11BE

Tints of Medium Blue #2C11BE

RGB

 RED value IS 44 (17.58% from 255) = 17.53%

 GREEN value IS 17 (7.03% from 255) = 6.77%

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

R = 17.53%
G = 6.77%
B = 75.7%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C11BE (or 0x2C11BE) is known color: Medium Blue. HEX triplet: 2C, 11 and BE. RGB value is (44,17,190). Sum of RGB (Red+Green+Blue) = 44+17+190=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C11BE is #D3EE41. Grayscale: #2C2C2C. Windows color (decimal): -13889090 or 12456236. OLE color: 12456236.

HSL color Cylindrical-coordinate representation of color #2C11BE: hue angle of 249.36º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C11BE is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 17 190 -
CMYK 0.77 0.91 0 0.25
HSL 249.36º 0.84% 0.41% -
HSV(B) 249.36º 0.91% 0.75% -
XYZ 10.53 4.65 49.06 -
YUV 44.8 209.95 127.43 -
System Red Green Blue C M Y K H S L
Decimal 44 17 190 0.77 0.91 0 0.25 249.36 0.84 0.41
Hex 2C 11 BE 4D 5B 0 19 F9 54 29
Octal 54 21 276 115 133 0 31 371 124 51
Binary 101100 10001 10111110 1001101 1011011 0 11001 11111001 1010100 101001

Color Harmonies of #2C11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C11BE

Black with #2C11BE

Text Example


Text Example

White with #2C11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,17,190); }

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

background-color css

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

 a { background-color: rgb(44,17,190); }

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

border-color css

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

 span { border-color: rgb(44,17,190); }

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