Shades of Medium Blue #2D0BCB
Tints of Medium Blue #2D0BCB
RGB
CMYK
RGB Variations
Color information
#2D0BCB (or 0x2D0BCB) is known color: Medium Blue. HEX triplet: 2D, 0B and CB. RGB value is (45,11,203). Sum of RGB (Red+Green+Blue) = 45+11+203=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D0BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0BCB is #D2F434. Grayscale: #2A2A2A. Windows color (decimal): -13825077 or 13306669. OLE color: 13306669.
HSL color Cylindrical-coordinate representation of color #2D0BCB: hue angle of 250.63º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0BCB is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 11 | 203 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.20 |
| HSL | 250.63º | 0.9% | 0.42% | - |
| HSV(B) | 250.63º | 0.95% | 0.8% | - |
| XYZ | 11.98 | 5.11 | 56.85 | - |
| YUV | 43.05 | 218.26 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 203 | 0.78 | 0.95 | 0 | 0.20 | 250.63 | 0.9 | 0.42 |
| Hex | 2D | B | CB | 4E | 5F | 0 | 14 | FB | 5A | 2A |
| Octal | 55 | 13 | 313 | 116 | 137 | 0 | 24 | 373 | 132 | 52 |
| Binary | 101101 | 1011 | 11001011 | 1001110 | 1011111 | 0 | 10100 | 11111011 | 1011010 | 101010 |
Color Harmonies of #2D0BCB
Complementary color
Monochromatic Colors of #2D0BCB
Black with #2D0BCB
Text Example
Text Example
White with #2D0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0BCB; }
p { color: rgb(45,11,203); }
H1.HeaderClassName
{
color: #2D0BCB;
}
.AnyTagClassName
{
color: #2D0BCB;
}
</style>
background-color css
<style>
a { background-color: #2D0BCB; }
a { background-color: rgb(45,11,203); }
div.DivClassName
{
background-color: #2D0BCB;
}
.BgClassName
{
background-color: #2D0BCB;
}
</style>
border-color css
<style>
span { border-color: #2D0BCB; }
span { border-color: rgb(45,11,203); }
td.TdClassName
{
border-color: #2D0BCB;
}
.TagClassName
{
border-color: #2D0BCB;
}
</style>