Shades of Medium Blue #2715CB
Tints of Medium Blue #2715CB
RGB
CMYK
RGB Variations
Color information
#2715CB (or 0x2715CB) is known color: Medium Blue. HEX triplet: 27, 15 and CB. RGB value is (39,21,203). Sum of RGB (Red+Green+Blue) = 39+21+203=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #2715CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715CB is #D8EA34. Grayscale: #2E2E2E. Windows color (decimal): -14215733 or 13309223. OLE color: 13309223.
HSL color Cylindrical-coordinate representation of color #2715CB: hue angle of 245.93º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2715CB is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 21 | 203 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.20 |
| HSL | 245.93º | 0.81% | 0.44% | - |
| HSV(B) | 245.93º | 0.9% | 0.8% | - |
| XYZ | 11.88 | 5.28 | 56.89 | - |
| YUV | 47.13 | 215.96 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 203 | 0.81 | 0.90 | 0 | 0.20 | 245.93 | 0.81 | 0.44 |
| Hex | 27 | 15 | CB | 51 | 5A | 0 | 14 | F6 | 51 | 2C |
| Octal | 47 | 25 | 313 | 121 | 132 | 0 | 24 | 366 | 121 | 54 |
| Binary | 100111 | 10101 | 11001011 | 1010001 | 1011010 | 0 | 10100 | 11110110 | 1010001 | 101100 |
Color Harmonies of #2715CB
Complementary color
Monochromatic Colors of #2715CB
Black with #2715CB
Text Example
Text Example
White with #2715CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2715CB; }
p { color: rgb(39,21,203); }
H1.HeaderClassName
{
color: #2715CB;
}
.AnyTagClassName
{
color: #2715CB;
}
</style>
background-color css
<style>
a { background-color: #2715CB; }
a { background-color: rgb(39,21,203); }
div.DivClassName
{
background-color: #2715CB;
}
.BgClassName
{
background-color: #2715CB;
}
</style>
border-color css
<style>
span { border-color: #2715CB; }
span { border-color: rgb(39,21,203); }
td.TdClassName
{
border-color: #2715CB;
}
.TagClassName
{
border-color: #2715CB;
}
</style>