#2C15CE

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

Shades of Medium Blue #2C15CE

Tints of Medium Blue #2C15CE

Color information

#2C15CE (or 0x2C15CE) is unknown color: approx Medium Blue. HEX triplet: 2C, 15 and CE. RGB value is (44,21,206). Sum of RGB (Red+Green+Blue) = 44+21+206=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C15CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C15CE is #D3EA31. Grayscale: #303030. Windows color (decimal): -13888050 or 13505836. OLE color: 13505836.

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

Color convert

RGB4421206-
CMYK0.790.9000.19
HSL247.46º81.5%44.51%-
HSV(B)247.46º89.81%80.78%-
XYZ12.455.5358.8-
YUV48.97216.62124.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 206 (80.86% from 255) = 76.01%
R=16.24%
G=7.75%
B=76.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44212060.790.9000.19247.4681.544.51
Hex2C15CE4F5A013f7512d
Octal542531611713202336712155
Binary101100101011100111010011111011010010011111101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C15CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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