#290AE2

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

Shades of Medium Blue #290AE2

Tints of Medium Blue #290AE2

Color information

#290AE2 (or 0x290AE2) is unknown color: approx Medium Blue. HEX triplet: 29, 0A and E2. RGB value is (41,10,226). Sum of RGB (Red+Green+Blue) = 41+10+226=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 226 (88.67% from 255 or 81.59% from 277); Max value from RGB is 226 - color contains mainly: blue. Hex color #290AE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290AE2 is #D6F51D. Grayscale: #2B2B2B. Windows color (decimal): -14087454 or 14813737. OLE color: 14813737.

HSL color Cylindrical-coordinate representation of color #290AE2: hue angle of 248.61º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290AE2 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4110226-
CMYK0.820.9600.11
HSL248.61º91.53%46.27%-
HSV(B)248.61º95.58%88.63%-
XYZ14.756.1872.37-
YUV43.89230.77125.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 226 (88.67% from 255) = 81.59%
R=14.80%
G=3.61%
B=81.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41102260.820.9600.11248.6191.5346.27
Hex29AE252600Bf95c2e
Octal511234212214001337113456
Binary1010011010111000101010010110000001011111110011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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