Shades of Medium Blue #2D0CCB
Tints of Medium Blue #2D0CCB
RGB
CMYK
RGB Variations
Color information
#2D0CCB (or 0x2D0CCB) is known color: Medium Blue. HEX triplet: 2D, 0C and CB. RGB value is (45,12,203). Sum of RGB (Red+Green+Blue) = 45+12+203=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D0CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0CCB is #D2F334. Grayscale: #2A2A2A. Windows color (decimal): -13824821 or 13306925. OLE color: 13306925.
HSL color Cylindrical-coordinate representation of color #2D0CCB: hue angle of 250.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0CCB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 12 | 203 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.20 |
| HSL | 250.37º | 0.89% | 0.42% | - |
| HSV(B) | 250.37º | 0.94% | 0.8% | - |
| XYZ | 11.99 | 5.13 | 56.86 | - |
| YUV | 43.64 | 217.93 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 203 | 0.78 | 0.94 | 0 | 0.20 | 250.37 | 0.89 | 0.42 |
| Hex | 2D | C | CB | 4E | 5E | 0 | 14 | FA | 59 | 2A |
| Octal | 55 | 14 | 313 | 116 | 136 | 0 | 24 | 372 | 131 | 52 |
| Binary | 101101 | 1100 | 11001011 | 1001110 | 1011110 | 0 | 10100 | 11111010 | 1011001 | 101010 |
Color Harmonies of #2D0CCB
Complementary color
Monochromatic Colors of #2D0CCB
Black with #2D0CCB
Text Example
Text Example
White with #2D0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0CCB; }
p { color: rgb(45,12,203); }
H1.HeaderClassName
{
color: #2D0CCB;
}
.AnyTagClassName
{
color: #2D0CCB;
}
</style>
background-color css
<style>
a { background-color: #2D0CCB; }
a { background-color: rgb(45,12,203); }
div.DivClassName
{
background-color: #2D0CCB;
}
.BgClassName
{
background-color: #2D0CCB;
}
</style>
border-color css
<style>
span { border-color: #2D0CCB; }
span { border-color: rgb(45,12,203); }
td.TdClassName
{
border-color: #2D0CCB;
}
.TagClassName
{
border-color: #2D0CCB;
}
</style>