#2910C6

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

Shades of Medium Blue #2910C6

Tints of Medium Blue #2910C6

Color information

#2910C6 (or 0x2910C6) is unknown color: approx Medium Blue. HEX triplet: 29, 10 and C6. RGB value is (41,16,198). Sum of RGB (Red+Green+Blue) = 41+16+198=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 198 (77.73% from 255 or 77.65% from 255); Max value from RGB is 198 - color contains mainly: blue. Hex color #2910C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2910C6 is #D6EF39. Grayscale: #2B2B2B. Windows color (decimal): -14085946 or 12980265. OLE color: 12980265.

HSL color Cylindrical-coordinate representation of color #2910C6: hue angle of 248.24º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2910C6 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4116198-
CMYK0.790.9200.22
HSL248.24º85.05%41.96%-
HSV(B)248.24º91.92%77.65%-
XYZ11.294.9253.78-
YUV44.22214.78125.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 198 (77.73% from 255) = 77.65%
R=16.08%
G=6.27%
B=77.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41161980.790.9200.22248.2485.0541.96
Hex2910C64F5C016f8552a
Octal512030611713402637012552
Binary101001100001100011010011111011100010110111110001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2910C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2910C6; }

 p { color: rgb(41,16,198); }

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

<style>
 a { background-color: #2910C6; }

 a { background-color: rgb(41,16,198); }

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

<style>
 span { border-color: #2910C6; }

 span { border-color: rgb(41,16,198); }

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