Shades of Medium Blue #2716CC
Tints of Medium Blue #2716CC
RGB
CMYK
RGB Variations
Color information
#2716CC (or 0x2716CC) is known color: Medium Blue. HEX triplet: 27, 16 and CC. RGB value is (39,22,204). Sum of RGB (Red+Green+Blue) = 39+22+204=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #2716CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2716CC is #D8E933. Grayscale: #2F2F2F. Windows color (decimal): -14215476 or 13375015. OLE color: 13375015.
HSL color Cylindrical-coordinate representation of color #2716CC: hue angle of 245.6º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2716CC is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 22 | 204 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.2 |
| HSL | 245.6º | 0.81% | 0.44% | - |
| HSV(B) | 245.6º | 0.89% | 0.8% | - |
| XYZ | 12.02 | 5.36 | 57.53 | - |
| YUV | 47.83 | 216.13 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 204 | 0.81 | 0.89 | 0 | 0.2 | 245.6 | 0.81 | 0.44 |
| Hex | 27 | 16 | CC | 51 | 59 | 0 | 14 | F6 | 51 | 2C |
| Octal | 47 | 26 | 314 | 121 | 131 | 0 | 24 | 366 | 121 | 54 |
| Binary | 100111 | 10110 | 11001100 | 1010001 | 1011001 | 0 | 10100 | 11110110 | 1010001 | 101100 |
Color Harmonies of #2716CC
Complementary color
Monochromatic Colors of #2716CC
Black with #2716CC
Text Example
Text Example
White with #2716CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2716CC; }
p { color: rgb(39,22,204); }
H1.HeaderClassName
{
color: #2716CC;
}
.AnyTagClassName
{
color: #2716CC;
}
</style>
background-color css
<style>
a { background-color: #2716CC; }
a { background-color: rgb(39,22,204); }
div.DivClassName
{
background-color: #2716CC;
}
.BgClassName
{
background-color: #2716CC;
}
</style>
border-color css
<style>
span { border-color: #2716CC; }
span { border-color: rgb(39,22,204); }
td.TdClassName
{
border-color: #2716CC;
}
.TagClassName
{
border-color: #2716CC;
}
</style>