Shades of Medium Blue #2D0ABB
Tints of Medium Blue #2D0ABB
RGB
CMYK
RGB Variations
Color information
#2D0ABB (or 0x2D0ABB) is known color: Medium Blue. HEX triplet: 2D, 0A and BB. RGB value is (45,10,187). Sum of RGB (Red+Green+Blue) = 45+10+187=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0ABB is #D2F544. Grayscale: #272727. Windows color (decimal): -13825349 or 12257837. OLE color: 12257837.
HSL color Cylindrical-coordinate representation of color #2D0ABB: hue angle of 251.86º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0ABB is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 10 | 187 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.27 |
| HSL | 251.86º | 0.9% | 0.39% | - |
| HSV(B) | 251.86º | 0.95% | 0.73% | - |
| XYZ | 10.16 | 4.36 | 47.32 | - |
| YUV | 40.64 | 210.6 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 187 | 0.76 | 0.95 | 0 | 0.27 | 251.86 | 0.9 | 0.39 |
| Hex | 2D | A | BB | 4C | 5F | 0 | 1B | FC | 5A | 27 |
| Octal | 55 | 12 | 273 | 114 | 137 | 0 | 33 | 374 | 132 | 47 |
| Binary | 101101 | 1010 | 10111011 | 1001100 | 1011111 | 0 | 11011 | 11111100 | 1011010 | 100111 |
Color Harmonies of #2D0ABB
Complementary color
Monochromatic Colors of #2D0ABB
Black with #2D0ABB
Text Example
Text Example
White with #2D0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0ABB; }
p { color: rgb(45,10,187); }
H1.HeaderClassName
{
color: #2D0ABB;
}
.AnyTagClassName
{
color: #2D0ABB;
}
</style>
background-color css
<style>
a { background-color: #2D0ABB; }
a { background-color: rgb(45,10,187); }
div.DivClassName
{
background-color: #2D0ABB;
}
.BgClassName
{
background-color: #2D0ABB;
}
</style>
border-color css
<style>
span { border-color: #2D0ABB; }
span { border-color: rgb(45,10,187); }
td.TdClassName
{
border-color: #2D0ABB;
}
.TagClassName
{
border-color: #2D0ABB;
}
</style>