#2D11C1

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

Shades of Medium Blue #2D11C1

Tints of Medium Blue #2D11C1

Color information

#2D11C1 (or 0x2D11C1) is unknown color: approx Medium Blue. HEX triplet: 2D, 11 and C1. RGB value is (45,17,193). Sum of RGB (Red+Green+Blue) = 45+17+193=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D11C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D11C1 is #D2EE3E. Grayscale: #2C2C2C. Windows color (decimal): -13823551 or 12652845. OLE color: 12652845.

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

Color convert

RGB4517193-
CMYK0.770.9100.24
HSL249.55º83.81%41.18%-
HSV(B)249.55º91.19%75.69%-
XYZ10.914.8150.81-
YUV45.44211.28127.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.65%
GREEN value IS 17 (7.03% from 255) = 6.67%
BLUE value IS 193 (75.78% from 255) = 75.69%
R=17.65%
G=6.67%
B=75.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45171930.770.9100.24249.5583.8141.18
Hex2D11C14D5B018fa5429
Octal552130111513303037212451
Binary101101100011100000110011011011011011000111110101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D11C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,17,193); }

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

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

 a { background-color: rgb(45,17,193); }

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

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

 span { border-color: rgb(45,17,193); }

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