Shades of Medium Blue #2D13CC
Tints of Medium Blue #2D13CC
RGB
CMYK
RGB Variations
Color information
#2D13CC (or 0x2D13CC) is known color: Medium Blue. HEX triplet: 2D, 13 and CC. RGB value is (45,19,204). Sum of RGB (Red+Green+Blue) = 45+19+204=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D13CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D13CC is #D2EC33. Grayscale: #2F2F2F. Windows color (decimal): -13823028 or 13374253. OLE color: 13374253.
HSL color Cylindrical-coordinate representation of color #2D13CC: hue angle of 248.43º degrees, saturation: 0.83, 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 #2D13CC is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 19 | 204 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.2 |
| HSL | 248.43º | 0.83% | 0.44% | - |
| HSV(B) | 248.43º | 0.91% | 0.8% | - |
| XYZ | 12.21 | 5.38 | 57.52 | - |
| YUV | 47.86 | 216.11 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 204 | 0.78 | 0.91 | 0 | 0.2 | 248.43 | 0.83 | 0.44 |
| Hex | 2D | 13 | CC | 4E | 5B | 0 | 14 | F8 | 53 | 2C |
| Octal | 55 | 23 | 314 | 116 | 133 | 0 | 24 | 370 | 123 | 54 |
| Binary | 101101 | 10011 | 11001100 | 1001110 | 1011011 | 0 | 10100 | 11111000 | 1010011 | 101100 |
Color Harmonies of #2D13CC
Complementary color
Monochromatic Colors of #2D13CC
Black with #2D13CC
Text Example
Text Example
White with #2D13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D13CC; }
p { color: rgb(45,19,204); }
H1.HeaderClassName
{
color: #2D13CC;
}
.AnyTagClassName
{
color: #2D13CC;
}
</style>
background-color css
<style>
a { background-color: #2D13CC; }
a { background-color: rgb(45,19,204); }
div.DivClassName
{
background-color: #2D13CC;
}
.BgClassName
{
background-color: #2D13CC;
}
</style>
border-color css
<style>
span { border-color: #2D13CC; }
span { border-color: rgb(45,19,204); }
td.TdClassName
{
border-color: #2D13CC;
}
.TagClassName
{
border-color: #2D13CC;
}
</style>