#290ABF

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

Shades of Medium Blue #290ABF

Tints of Medium Blue #290ABF

Color information

#290ABF (or 0x290ABF) is unknown color: approx Medium Blue. HEX triplet: 29, 0A and BF. RGB value is (41,10,191). Sum of RGB (Red+Green+Blue) = 41+10+191=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #290ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290ABF is #D6F540. Grayscale: #272727. Windows color (decimal): -14087489 or 12519977. OLE color: 12519977.

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

Color convert

RGB4110191-
CMYK0.790.9500.25
HSL250.28º90.05%39.41%-
HSV(B)250.28º94.76%74.9%-
XYZ10.434.4549.6-
YUV39.9213.27128.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 191 (75% from 255) = 78.93%
R=16.94%
G=4.13%
B=78.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41101910.790.9500.25250.2890.0539.41
Hex29ABF4F5F019fa5a27
Octal511227711713703137213247
Binary10100110101011111110011111011111011001111110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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