Shades of Medium Blue #2908DA
Tints of Medium Blue #2908DA
RGB
CMYK
RGB Variations
Color information
#2908DA (or 0x2908DA) is known color: Medium Blue. HEX triplet: 29, 08 and DA. RGB value is (41,8,218). Sum of RGB (Red+Green+Blue) = 41+8+218=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #2908DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2908DA is #D6F725. Grayscale: #292929. Windows color (decimal): -14087974 or 14288937. OLE color: 14288937.
HSL color Cylindrical-coordinate representation of color #2908DA: hue angle of 249.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2908DA is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 8 | 218 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.15 |
| HSL | 249.43º | 0.93% | 0.44% | - |
| HSV(B) | 249.43º | 0.96% | 0.85% | - |
| XYZ | 13.66 | 5.71 | 66.71 | - |
| YUV | 41.81 | 227.43 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 218 | 0.81 | 0.96 | 0 | 0.15 | 249.43 | 0.93 | 0.44 |
| Hex | 29 | 8 | DA | 51 | 60 | 0 | F | F9 | 5D | 2C |
| Octal | 51 | 10 | 332 | 121 | 140 | 0 | 17 | 371 | 135 | 54 |
| Binary | 101001 | 1000 | 11011010 | 1010001 | 1100000 | 0 | 1111 | 11111001 | 1011101 | 101100 |
Color Harmonies of #2908DA
Complementary color
Monochromatic Colors of #2908DA
Black with #2908DA
Text Example
Text Example
White with #2908DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2908DA; }
p { color: rgb(41,8,218); }
H1.HeaderClassName
{
color: #2908DA;
}
.AnyTagClassName
{
color: #2908DA;
}
</style>
background-color css
<style>
a { background-color: #2908DA; }
a { background-color: rgb(41,8,218); }
div.DivClassName
{
background-color: #2908DA;
}
.BgClassName
{
background-color: #2908DA;
}
</style>
border-color css
<style>
span { border-color: #2908DA; }
span { border-color: rgb(41,8,218); }
td.TdClassName
{
border-color: #2908DA;
}
.TagClassName
{
border-color: #2908DA;
}
</style>