Shades of Medium Blue #2D0ABC
Tints of Medium Blue #2D0ABC
RGB
CMYK
RGB Variations
Color information
#2D0ABC (or 0x2D0ABC) is known color: Medium Blue. HEX triplet: 2D, 0A and BC. RGB value is (45,10,188). Sum of RGB (Red+Green+Blue) = 45+10+188=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0ABC is #D2F543. Grayscale: #282828. Windows color (decimal): -13825348 or 12323373. OLE color: 12323373.
HSL color Cylindrical-coordinate representation of color #2D0ABC: hue angle of 251.8º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0ABC is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 10 | 188 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.26 |
| HSL | 251.8º | 0.9% | 0.39% | - |
| HSV(B) | 251.8º | 0.95% | 0.74% | - |
| XYZ | 10.27 | 4.41 | 47.89 | - |
| YUV | 40.76 | 211.1 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 188 | 0.76 | 0.95 | 0 | 0.26 | 251.8 | 0.9 | 0.39 |
| Hex | 2D | A | BC | 4C | 5F | 0 | 1A | FC | 5A | 27 |
| Octal | 55 | 12 | 274 | 114 | 137 | 0 | 32 | 374 | 132 | 47 |
| Binary | 101101 | 1010 | 10111100 | 1001100 | 1011111 | 0 | 11010 | 11111100 | 1011010 | 100111 |
Color Harmonies of #2D0ABC
Complementary color
Monochromatic Colors of #2D0ABC
Black with #2D0ABC
Text Example
Text Example
White with #2D0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0ABC; }
p { color: rgb(45,10,188); }
H1.HeaderClassName
{
color: #2D0ABC;
}
.AnyTagClassName
{
color: #2D0ABC;
}
</style>
background-color css
<style>
a { background-color: #2D0ABC; }
a { background-color: rgb(45,10,188); }
div.DivClassName
{
background-color: #2D0ABC;
}
.BgClassName
{
background-color: #2D0ABC;
}
</style>
border-color css
<style>
span { border-color: #2D0ABC; }
span { border-color: rgb(45,10,188); }
td.TdClassName
{
border-color: #2D0ABC;
}
.TagClassName
{
border-color: #2D0ABC;
}
</style>