Html Css Color HEX #2C0BCC Medium Blue

📋 copy color: '#2C0BCC'

red 44 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #2C0BCC

Tints of Medium Blue #2C0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

 BLUE value IS 204 (80.08% from 255) = 78.76%

R = 16.99%
G = 4.25%
B = 78.76%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C0BCC (or 0x2C0BCC) is known color: Medium Blue. HEX triplet: 2C, 0B and CC. RGB value is (44,11,204). Sum of RGB (Red+Green+Blue) = 44+11+204=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C0BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0BCC is #D3F433. Grayscale: #2A2A2A. Windows color (decimal): -13890612 or 13372204. OLE color: 13372204.

HSL color Cylindrical-coordinate representation of color #2C0BCC: hue angle of 250.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0BCC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 11 204 -
CMYK 0.78 0.95 0 0.2
HSL 250.26º 0.9% 0.42% -
HSV(B) 250.26º 0.95% 0.8% -
XYZ 12.06 5.13 57.48 -
YUV 42.87 218.93 128.81 -
System Red Green Blue C M Y K H S L
Decimal 44 11 204 0.78 0.95 0 0.2 250.26 0.9 0.42
Hex 2C B CC 4E 5F 0 14 FA 5A 2A
Octal 54 13 314 116 137 0 24 372 132 52
Binary 101100 1011 11001100 1001110 1011111 0 10100 11111010 1011010 101010

Color Harmonies of #2C0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0BCC

Black with #2C0BCC

Text Example


Text Example

White with #2C0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,11,204); }

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

background-color css

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

 a { background-color: rgb(44,11,204); }

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

border-color css

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

 span { border-color: rgb(44,11,204); }

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