#2C05CA

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

Shades of Medium Blue #2C05CA

Tints of Medium Blue #2C05CA

Color information

#2C05CA (or 0x2C05CA) is unknown color: approx Medium Blue. HEX triplet: 2C, 05 and CA. RGB value is (44,5,202). Sum of RGB (Red+Green+Blue) = 44+5+202=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C05CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C05CA is #D3FA35. Grayscale: #262626. Windows color (decimal): -13892150 or 13239596. OLE color: 13239596.

HSL color Cylindrical-coordinate representation of color #2C05CA: hue angle of 251.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C05CA is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB445202-
CMYK0.780.9800.21
HSL251.88º95.17%40.59%-
HSV(B)251.88º97.52%79.22%-
XYZ11.754.9156.21-
YUV39.12219.92131.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.53%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 202 (79.30% from 255) = 80.48%
R=17.53%
G=1.99%
B=80.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4452020.780.9800.21251.8895.1740.59
Hex2C5CA4E62015fc5f29
Octal54531211614202537413751
Binary1011001011100101010011101100010010101111111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C05CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,5,202); }

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

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

 a { background-color: rgb(44,5,202); }

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

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

 span { border-color: rgb(44,5,202); }

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