Shades of Medium Blue #2D0BCA
Tints of Medium Blue #2D0BCA
RGB
CMYK
RGB Variations
Color information
#2D0BCA (or 0x2D0BCA) is known color: Medium Blue. HEX triplet: 2D, 0B and CA. RGB value is (45,11,202). Sum of RGB (Red+Green+Blue) = 45+11+202=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D0BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0BCA is #D2F435. Grayscale: #2A2A2A. Windows color (decimal): -13825078 or 13241133. OLE color: 13241133.
HSL color Cylindrical-coordinate representation of color #2D0BCA: hue angle of 250.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0BCA is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 11 | 202 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.21 |
| HSL | 250.68º | 0.9% | 0.42% | - |
| HSV(B) | 250.68º | 0.95% | 0.79% | - |
| XYZ | 11.86 | 5.06 | 56.23 | - |
| YUV | 42.94 | 217.76 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 202 | 0.78 | 0.95 | 0 | 0.21 | 250.68 | 0.9 | 0.42 |
| Hex | 2D | B | CA | 4E | 5F | 0 | 15 | FB | 5A | 2A |
| Octal | 55 | 13 | 312 | 116 | 137 | 0 | 25 | 373 | 132 | 52 |
| Binary | 101101 | 1011 | 11001010 | 1001110 | 1011111 | 0 | 10101 | 11111011 | 1011010 | 101010 |
Color Harmonies of #2D0BCA
Complementary color
Monochromatic Colors of #2D0BCA
Black with #2D0BCA
Text Example
Text Example
White with #2D0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0BCA; }
p { color: rgb(45,11,202); }
H1.HeaderClassName
{
color: #2D0BCA;
}
.AnyTagClassName
{
color: #2D0BCA;
}
</style>
background-color css
<style>
a { background-color: #2D0BCA; }
a { background-color: rgb(45,11,202); }
div.DivClassName
{
background-color: #2D0BCA;
}
.BgClassName
{
background-color: #2D0BCA;
}
</style>
border-color css
<style>
span { border-color: #2D0BCA; }
span { border-color: rgb(45,11,202); }
td.TdClassName
{
border-color: #2D0BCA;
}
.TagClassName
{
border-color: #2D0BCA;
}
</style>