#2900BA

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

Shades of Medium Blue #2900BA

Tints of Medium Blue #2900BA

Color information

#2900BA (or 0x2900BA) is unknown color: approx Medium Blue. HEX triplet: 29, 00 and BA. RGB value is (41,0,186). Sum of RGB (Red+Green+Blue) = 41+0+186=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #2900BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2900BA is #D6FF45. Grayscale: #202020. Windows color (decimal): -14090054 or 12189737. OLE color: 12189737.

HSL color Cylindrical-coordinate representation of color #2900BA: hue angle of 253.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900BA is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB410186-
CMYK0.78100.27
HSL253.23º100%36.47%-
HSV(B)253.23º100%72.94%-
XYZ9.784.0246.71-
YUV33.46214.08133.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 81.94%
R=18.06%
G=0%
B=81.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4101860.78100.27253.2310036.47
Hex290BA4E6401Bfd6424
Octal51027211614403337514444
Binary10100101011101010011101100100011011111111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2900BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2900BA; }

 p { color: rgb(41,0,186); }

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

<style>
 a { background-color: #2900BA; }

 a { background-color: rgb(41,0,186); }

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

<style>
 span { border-color: #2900BA; }

 span { border-color: rgb(41,0,186); }

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