Shades of Medium Blue #2717CF
Tints of Medium Blue #2717CF
RGB
CMYK
RGB Variations
Color information
#2717CF (or 0x2717CF) is known color: Medium Blue. HEX triplet: 27, 17 and CF. RGB value is (39,23,207). Sum of RGB (Red+Green+Blue) = 39+23+207=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #2717CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2717CF is #D8E830. Grayscale: #303030. Windows color (decimal): -14215217 or 13571879. OLE color: 13571879.
HSL color Cylindrical-coordinate representation of color #2717CF: hue angle of 245.22º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2717CF is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 23 | 207 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.19 |
| HSL | 245.22º | 0.8% | 0.45% | - |
| HSV(B) | 245.22º | 0.89% | 0.81% | - |
| XYZ | 12.41 | 5.55 | 59.45 | - |
| YUV | 48.76 | 217.3 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 207 | 0.81 | 0.89 | 0 | 0.19 | 245.22 | 0.8 | 0.45 |
| Hex | 27 | 17 | CF | 51 | 59 | 0 | 13 | F5 | 50 | 2D |
| Octal | 47 | 27 | 317 | 121 | 131 | 0 | 23 | 365 | 120 | 55 |
| Binary | 100111 | 10111 | 11001111 | 1010001 | 1011001 | 0 | 10011 | 11110101 | 1010000 | 101101 |
Color Harmonies of #2717CF
Complementary color
Monochromatic Colors of #2717CF
Black with #2717CF
Text Example
Text Example
White with #2717CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2717CF; }
p { color: rgb(39,23,207); }
H1.HeaderClassName
{
color: #2717CF;
}
.AnyTagClassName
{
color: #2717CF;
}
</style>
background-color css
<style>
a { background-color: #2717CF; }
a { background-color: rgb(39,23,207); }
div.DivClassName
{
background-color: #2717CF;
}
.BgClassName
{
background-color: #2717CF;
}
</style>
border-color css
<style>
span { border-color: #2717CF; }
span { border-color: rgb(39,23,207); }
td.TdClassName
{
border-color: #2717CF;
}
.TagClassName
{
border-color: #2717CF;
}
</style>