#2910CC

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

Shades of Medium Blue #2910CC

Tints of Medium Blue #2910CC

Color information

#2910CC (or 0x2910CC) is unknown color: approx Medium Blue. HEX triplet: 29, 10 and CC. RGB value is (41,16,204). Sum of RGB (Red+Green+Blue) = 41+16+204=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #2910CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2910CC is #D6EF33. Grayscale: #2C2C2C. Windows color (decimal): -14085940 or 13373481. OLE color: 13373481.

HSL color Cylindrical-coordinate representation of color #2910CC: hue angle of 247.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2910CC is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4116204-
CMYK0.800.9200.2
HSL247.98º85.45%43.14%-
HSV(B)247.98º92.16%80%-
XYZ125.257.5-
YUV44.91217.78125.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 204 (80.08% from 255) = 78.16%
R=15.71%
G=6.13%
B=78.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41162040.800.9200.2247.9885.4543.14
Hex2910CC505C014f8552b
Octal512031412013402437012553
Binary101001100001100110010100001011100010100111110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2910CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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