#2906DB

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

Shades of Medium Blue #2906DB

Tints of Medium Blue #2906DB

Color information

#2906DB (or 0x2906DB) is unknown color: approx Medium Blue. HEX triplet: 29, 06 and DB. RGB value is (41,6,219). Sum of RGB (Red+Green+Blue) = 41+6+219=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #2906DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2906DB is #D6F924. Grayscale: #272727. Windows color (decimal): -14088485 or 14353961. OLE color: 14353961.

HSL color Cylindrical-coordinate representation of color #2906DB: hue angle of 249.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2906DB is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB416219-
CMYK0.810.9700.14
HSL249.86º94.67%44.12%-
HSV(B)249.86º97.26%85.88%-
XYZ13.775.7267.4-
YUV40.75228.6128.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 219 (85.94% from 255) = 82.33%
R=15.41%
G=2.26%
B=82.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal4162190.810.9700.14249.8694.6744.12
Hex296DB51610Efa5f2c
Octal51633312114101637213754
Binary101001110110110111010001110000101110111110101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2906DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2906DB; }

 p { color: rgb(41,6,219); }

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

<style>
 a { background-color: #2906DB; }

 a { background-color: rgb(41,6,219); }

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

<style>
 span { border-color: #2906DB; }

 span { border-color: rgb(41,6,219); }

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