#2915CE

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

Shades of Medium Blue #2915CE

Tints of Medium Blue #2915CE

Color information

#2915CE (or 0x2915CE) is unknown color: approx Medium Blue. HEX triplet: 29, 15 and CE. RGB value is (41,21,206). Sum of RGB (Red+Green+Blue) = 41+21+206=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #2915CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2915CE is #D6EA31. Grayscale: #2F2F2F. Windows color (decimal): -14084658 or 13505833. OLE color: 13505833.

HSL color Cylindrical-coordinate representation of color #2915CE: hue angle of 246.49º 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 #2915CE is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4121206-
CMYK0.800.9000.19
HSL246.49º81.5%44.51%-
HSV(B)246.49º89.81%80.78%-
XYZ12.325.4658.8-
YUV48.07217.13122.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 206 (80.86% from 255) = 76.87%
R=15.30%
G=7.84%
B=76.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41212060.800.9000.19246.4981.544.51
Hex2915CE505A013f6512d
Octal512531612013202336612155
Binary101001101011100111010100001011010010011111101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2915CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2915CE; }

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

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

<style>
 a { background-color: #2915CE; }

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

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

<style>
 span { border-color: #2915CE; }

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

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