Shades of Medium Blue #2902C6
Tints of Medium Blue #2902C6
RGB
CMYK
RGB Variations
Color information
#2902C6 (or 0x2902C6) is known color: Medium Blue. HEX triplet: 29, 02 and C6. RGB value is (41,2,198). Sum of RGB (Red+Green+Blue) = 41+2+198=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 198 (77.73% from 255 or 82.16% from 241); Max value from RGB is 198 - color contains mainly: blue. Hex color #2902C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2902C6 is #D6FD39. Grayscale: #232323. Windows color (decimal): -14089530 or 12976681. OLE color: 12976681.
HSL color Cylindrical-coordinate representation of color #2902C6: hue angle of 251.94º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2902C6 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 2 | 198 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.22 |
| HSL | 251.94º | 0.98% | 0.39% | - |
| HSV(B) | 251.94º | 0.99% | 0.78% | - |
| XYZ | 11.13 | 4.59 | 53.73 | - |
| YUV | 36.01 | 219.42 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 198 | 0.79 | 0.99 | 0 | 0.22 | 251.94 | 0.98 | 0.39 |
| Hex | 29 | 2 | C6 | 4F | 63 | 0 | 16 | FC | 62 | 27 |
| Octal | 51 | 2 | 306 | 117 | 143 | 0 | 26 | 374 | 142 | 47 |
| Binary | 101001 | 10 | 11000110 | 1001111 | 1100011 | 0 | 10110 | 11111100 | 1100010 | 100111 |
Color Harmonies of #2902C6
Complementary color
Monochromatic Colors of #2902C6
Black with #2902C6
Text Example
Text Example
White with #2902C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2902C6; }
p { color: rgb(41,2,198); }
H1.HeaderClassName
{
color: #2902C6;
}
.AnyTagClassName
{
color: #2902C6;
}
</style>
background-color css
<style>
a { background-color: #2902C6; }
a { background-color: rgb(41,2,198); }
div.DivClassName
{
background-color: #2902C6;
}
.BgClassName
{
background-color: #2902C6;
}
</style>
border-color css
<style>
span { border-color: #2902C6; }
span { border-color: rgb(41,2,198); }
td.TdClassName
{
border-color: #2902C6;
}
.TagClassName
{
border-color: #2902C6;
}
</style>