#290ACD

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

Shades of Medium Blue #290ACD

Tints of Medium Blue #290ACD

Color information

#290ACD (or 0x290ACD) is unknown color: approx Medium Blue. HEX triplet: 29, 0A and CD. RGB value is (41,10,205). Sum of RGB (Red+Green+Blue) = 41+10+205=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #290ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ACD is #D6F532. Grayscale: #282828. Windows color (decimal): -14087475 or 13437481. OLE color: 13437481.

HSL color Cylindrical-coordinate representation of color #290ACD: hue angle of 249.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290ACD is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4110205-
CMYK0.80.9500.20
HSL249.54º90.7%42.16%-
HSV(B)249.54º95.12%80.39%-
XYZ12.045.158.11-
YUV41.5220.27127.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 10 (4.30% from 255) = 3.91%
BLUE value IS 205 (80.47% from 255) = 80.08%
R=16.02%
G=3.91%
B=80.08%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41102050.80.9500.20249.5490.742.16
Hex29ACD505F014fa5b2a
Octal511231512013702437213352
Binary10100110101100110110100001011111010100111110101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290ACD; }

 p { color: rgb(41,10,205); }

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

<style>
 a { background-color: #290ACD; }

 a { background-color: rgb(41,10,205); }

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

<style>
 span { border-color: #290ACD; }

 span { border-color: rgb(41,10,205); }

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