Shades of Medium Blue #2D0ACA
Tints of Medium Blue #2D0ACA
RGB
CMYK
RGB Variations
Color information
#2D0ACA (or 0x2D0ACA) is known color: Medium Blue. HEX triplet: 2D, 0A and CA. RGB value is (45,10,202). Sum of RGB (Red+Green+Blue) = 45+10+202=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D0ACA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0ACA is #D2F535. Grayscale: #292929. Windows color (decimal): -13825334 or 13240877. OLE color: 13240877.
HSL color Cylindrical-coordinate representation of color #2D0ACA: hue angle of 250.94º degrees, saturation: 0.91, 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 #2D0ACA is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 10 | 202 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.21 |
| HSL | 250.94º | 0.91% | 0.42% | - |
| HSV(B) | 250.94º | 0.95% | 0.79% | - |
| XYZ | 11.85 | 5.04 | 56.23 | - |
| YUV | 42.35 | 218.1 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 202 | 0.78 | 0.95 | 0 | 0.21 | 250.94 | 0.91 | 0.42 |
| Hex | 2D | A | CA | 4E | 5F | 0 | 15 | FB | 5B | 2A |
| Octal | 55 | 12 | 312 | 116 | 137 | 0 | 25 | 373 | 133 | 52 |
| Binary | 101101 | 1010 | 11001010 | 1001110 | 1011111 | 0 | 10101 | 11111011 | 1011011 | 101010 |
Color Harmonies of #2D0ACA
Complementary color
Monochromatic Colors of #2D0ACA
Black with #2D0ACA
Text Example
Text Example
White with #2D0ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0ACA; }
p { color: rgb(45,10,202); }
H1.HeaderClassName
{
color: #2D0ACA;
}
.AnyTagClassName
{
color: #2D0ACA;
}
</style>
background-color css
<style>
a { background-color: #2D0ACA; }
a { background-color: rgb(45,10,202); }
div.DivClassName
{
background-color: #2D0ACA;
}
.BgClassName
{
background-color: #2D0ACA;
}
</style>
border-color css
<style>
span { border-color: #2D0ACA; }
span { border-color: rgb(45,10,202); }
td.TdClassName
{
border-color: #2D0ACA;
}
.TagClassName
{
border-color: #2D0ACA;
}
</style>