#2C0AC2

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

Shades of Medium Blue #2C0AC2

Tints of Medium Blue #2C0AC2

Color information

#2C0AC2 (or 0x2C0AC2) is unknown color: approx Medium Blue. HEX triplet: 2C, 0A and C2. RGB value is (44,10,194). Sum of RGB (Red+Green+Blue) = 44+10+194=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 194 (76.17% from 255 or 78.23% from 248); Max value from RGB is 194 - color contains mainly: blue. Hex color #2C0AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0AC2 is #D3F53D. Grayscale: #282828. Windows color (decimal): -13890878 or 12716588. OLE color: 12716588.

HSL color Cylindrical-coordinate representation of color #2C0AC2: hue angle of 251.09º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0AC2 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4410194-
CMYK0.770.9500.24
HSL251.09º90.2%40%-
HSV(B)251.09º94.85%76.08%-
XYZ10.884.6551.36-
YUV41.14214.26130.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.74%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 194 (76.17% from 255) = 78.23%
R=17.74%
G=4.03%
B=78.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44101940.770.9500.24251.0990.240
Hex2CAC24D5F018fb5a28
Octal541230211513703037313250
Binary10110010101100001010011011011111011000111110111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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