#2906CA

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

Shades of Medium Blue #2906CA

Tints of Medium Blue #2906CA

Color information

#2906CA (or 0x2906CA) is unknown color: approx Medium Blue. HEX triplet: 29, 06 and CA. RGB value is (41,6,202). Sum of RGB (Red+Green+Blue) = 41+6+202=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #2906CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2906CA is #D6F935. Grayscale: #262626. Windows color (decimal): -14088502 or 13239849. OLE color: 13239849.

HSL color Cylindrical-coordinate representation of color #2906CA: hue angle of 250.71º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2906CA is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB416202-
CMYK0.800.9700.21
HSL250.71º94.23%40.78%-
HSV(B)250.71º97.03%79.22%-
XYZ11.644.8756.2-
YUV38.81220.1129.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 202 (79.30% from 255) = 81.12%
R=16.47%
G=2.41%
B=81.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4162020.800.9700.21250.7194.2340.78
Hex296CA5061015fb5e29
Octal51631212014102537313651
Binary1010011101100101010100001100001010101111110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2906CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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