#2C0ACE

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

Shades of Medium Blue #2C0ACE

Tints of Medium Blue #2C0ACE

Color information

#2C0ACE (or 0x2C0ACE) is unknown color: approx Medium Blue. HEX triplet: 2C, 0A and CE. RGB value is (44,10,206). Sum of RGB (Red+Green+Blue) = 44+10+206=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0ACE is #D3F531. Grayscale: #292929. Windows color (decimal): -13890866 or 13503020. OLE color: 13503020.

HSL color Cylindrical-coordinate representation of color #2C0ACE: hue angle of 250.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0ACE is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4410206-
CMYK0.790.9500.19
HSL250.41º90.74%42.35%-
HSV(B)250.41º95.15%80.78%-
XYZ12.295.2158.75-
YUV42.51220.26129.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 206 (80.86% from 255) = 79.23%
R=16.92%
G=3.85%
B=79.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44102060.790.9500.19250.4190.7442.35
Hex2CACE4F5F013fa5b2a
Octal541231611713702337213352
Binary10110010101100111010011111011111010011111110101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,10,206); }

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

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

 a { background-color: rgb(44,10,206); }

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

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

 span { border-color: rgb(44,10,206); }

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