Html Css Color HEX #2C00BC Medium Blue

📋 copy color: '#2C00BC'

red 44 ◦ green 0 ◦ blue 188

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

Shades of Medium Blue #2C00BC

Tints of Medium Blue #2C00BC

RGB

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

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

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

R = 18.97%
G = 0%
B = 81.03%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C00BC (or 0x2C00BC) is known color: Medium Blue. HEX triplet: 2C, 00 and BC. RGB value is (44,0,188). Sum of RGB (Red+Green+Blue) = 44+0+188=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C00BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C00BC is #D3FF43. Grayscale: #212121. Windows color (decimal): -13893444 or 12320812. OLE color: 12320812.

HSL color Cylindrical-coordinate representation of color #2C00BC: hue angle of 254.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C00BC is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 0 188 -
CMYK 0.77 1 0 0.26
HSL 254.04º 1% 0.37% -
HSV(B) 254.04º 1% 0.74% -
XYZ 10.12 4.17 47.85 -
YUV 34.59 214.58 134.71 -
System Red Green Blue C M Y K H S L
Decimal 44 0 188 0.77 1 0 0.26 254.04 1 0.37
Hex 2C 0 BC 4D 64 0 1A FE 64 25
Octal 54 0 274 115 144 0 32 376 144 45
Binary 101100 0 10111100 1001101 1100100 0 11010 11111110 1100100 100101

Color Harmonies of #2C00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C00BC

Black with #2C00BC

Text Example


Text Example

White with #2C00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,0,188); }

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

background-color css

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

 a { background-color: rgb(44,0,188); }

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

border-color css

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

 span { border-color: rgb(44,0,188); }

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