#2C16D7

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

Shades of Medium Blue #2C16D7

Tints of Medium Blue #2C16D7

Color information

#2C16D7 (or 0x2C16D7) is unknown color: approx Medium Blue. HEX triplet: 2C, 16 and D7. RGB value is (44,22,215). Sum of RGB (Red+Green+Blue) = 44+22+215=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 215 (84.38% from 255 or 76.51% from 281); Max value from RGB is 215 - color contains mainly: blue. Hex color #2C16D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C16D7 is #D3E928. Grayscale: #313131. Windows color (decimal): -13887785 or 14095916. OLE color: 14095916.

HSL color Cylindrical-coordinate representation of color #2C16D7: hue angle of 246.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C16D7 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4422215-
CMYK0.800.9000.16
HSL246.84º81.43%46.47%-
HSV(B)246.84º89.77%84.31%-
XYZ13.596.0264.73-
YUV50.58220.79123.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 215 (84.38% from 255) = 76.51%
R=15.66%
G=7.83%
B=76.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44222150.800.9000.16246.8481.4346.47
Hex2C16D7505A010f7512e
Octal542632712013202036712156
Binary101100101101101011110100001011010010000111101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C16D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,22,215); }

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

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

 a { background-color: rgb(44,22,215); }

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

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

 span { border-color: rgb(44,22,215); }

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