#2C0BDA

Color #2C0BDA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2C0BDA

Tints of Medium Blue #2C0BDA

Color information

#2C0BDA (or 0x2C0BDA) is unknown color: approx Medium Blue. HEX triplet: 2C, 0B and DA. RGB value is (44,11,218). Sum of RGB (Red+Green+Blue) = 44+11+218=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C0BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0BDA is #D3F425. Grayscale: #2B2B2B. Windows color (decimal): -13890598 or 14289708. OLE color: 14289708.

HSL color Cylindrical-coordinate representation of color #2C0BDA: hue angle of 249.57º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0BDA is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4411218-
CMYK0.800.9500.15
HSL249.57º90.39%44.9%-
HSV(B)249.57º94.95%85.49%-
XYZ13.815.8466.73-
YUV44.46225.93127.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.12%
GREEN value IS 11 (4.69% from 255) = 4.03%
BLUE value IS 218 (85.55% from 255) = 79.85%
R=16.12%
G=4.03%
B=79.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal44112180.800.9500.15249.5790.3944.9
Hex2CBDA505F0Ffa5a2d
Octal541333212013701737213255
Binary1011001011110110101010000101111101111111110101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C0BDA;
 }
 .AnyTagClassName
 {
   color: #2C0BDA;
 }
</style>
background-color css

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

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

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

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

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

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