#2C17D7

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

Shades of Medium Blue #2C17D7

Tints of Medium Blue #2C17D7

Color information

#2C17D7 (or 0x2C17D7) is unknown color: approx Medium Blue. HEX triplet: 2C, 17 and D7. RGB value is (44,23,215). Sum of RGB (Red+Green+Blue) = 44+23+215=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 215 (84.38% from 255 or 76.24% from 282); Max value from RGB is 215 - color contains mainly: blue. Hex color #2C17D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C17D7 is #D3E828. Grayscale: #323232. Windows color (decimal): -13887529 or 14096172. OLE color: 14096172.

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

Color convert

RGB4423215-
CMYK0.800.8900.16
HSL246.56º80.67%46.67%-
HSV(B)246.56º89.3%84.31%-
XYZ13.616.0564.74-
YUV51.17220.46122.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 23 (9.38% from 255) = 8.16%
BLUE value IS 215 (84.38% from 255) = 76.24%
R=15.60%
G=8.16%
B=76.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44232150.800.8900.16246.5680.6746.67
Hex2C17D75059010f7512f
Octal542732712013102036712157
Binary101100101111101011110100001011001010000111101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C17D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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