#290AC2

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

Shades of Medium Blue #290AC2

Tints of Medium Blue #290AC2

Color information

#290AC2 (or 0x290AC2) is unknown color: approx Medium Blue. HEX triplet: 29, 0A and C2. RGB value is (41,10,194). Sum of RGB (Red+Green+Blue) = 41+10+194=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 194 (76.17% from 255 or 79.18% from 245); Max value from RGB is 194 - color contains mainly: blue. Hex color #290AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290AC2 is #D6F53D. Grayscale: #272727. Windows color (decimal): -14087486 or 12716585. OLE color: 12716585.

HSL color Cylindrical-coordinate representation of color #290AC2: hue angle of 250.11º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290AC2 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4110194-
CMYK0.790.9500.24
HSL250.11º90.2%40%-
HSV(B)250.11º94.85%76.08%-
XYZ10.764.5851.36-
YUV40.24214.77128.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 194 (76.17% from 255) = 79.18%
R=16.73%
G=4.08%
B=79.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41101940.790.9500.24250.1190.240
Hex29AC24F5F018fa5a28
Octal511230211713703037213250
Binary10100110101100001010011111011111011000111110101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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