Shades of Medium Blue #2D12CC
Tints of Medium Blue #2D12CC
RGB
CMYK
RGB Variations
Color information
#2D12CC (or 0x2D12CC) is known color: Medium Blue. HEX triplet: 2D, 12 and CC. RGB value is (45,18,204). Sum of RGB (Red+Green+Blue) = 45+18+204=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D12CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D12CC is #D2ED33. Grayscale: #2E2E2E. Windows color (decimal): -13823284 or 13373997. OLE color: 13373997.
HSL color Cylindrical-coordinate representation of color #2D12CC: hue angle of 248.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D12CC is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 18 | 204 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.2 |
| HSL | 248.71º | 0.84% | 0.44% | - |
| HSV(B) | 248.71º | 0.91% | 0.8% | - |
| XYZ | 12.2 | 5.35 | 57.52 | - |
| YUV | 47.28 | 216.45 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 204 | 0.78 | 0.91 | 0 | 0.2 | 248.71 | 0.84 | 0.44 |
| Hex | 2D | 12 | CC | 4E | 5B | 0 | 14 | F9 | 54 | 2C |
| Octal | 55 | 22 | 314 | 116 | 133 | 0 | 24 | 371 | 124 | 54 |
| Binary | 101101 | 10010 | 11001100 | 1001110 | 1011011 | 0 | 10100 | 11111001 | 1010100 | 101100 |
Color Harmonies of #2D12CC
Complementary color
Monochromatic Colors of #2D12CC
Black with #2D12CC
Text Example
Text Example
White with #2D12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D12CC; }
p { color: rgb(45,18,204); }
H1.HeaderClassName
{
color: #2D12CC;
}
.AnyTagClassName
{
color: #2D12CC;
}
</style>
background-color css
<style>
a { background-color: #2D12CC; }
a { background-color: rgb(45,18,204); }
div.DivClassName
{
background-color: #2D12CC;
}
.BgClassName
{
background-color: #2D12CC;
}
</style>
border-color css
<style>
span { border-color: #2D12CC; }
span { border-color: rgb(45,18,204); }
td.TdClassName
{
border-color: #2D12CC;
}
.TagClassName
{
border-color: #2D12CC;
}
</style>