Shades of Medium Blue #2617CF
Tints of Medium Blue #2617CF
RGB
CMYK
RGB Variations
Color information
#2617CF (or 0x2617CF) is known color: Medium Blue. HEX triplet: 26, 17 and CF. RGB value is (38,23,207). Sum of RGB (Red+Green+Blue) = 38+23+207=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #2617CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2617CF is #D9E830. Grayscale: #2F2F2F. Windows color (decimal): -14280753 or 13571878. OLE color: 13571878.
HSL color Cylindrical-coordinate representation of color #2617CF: hue angle of 244.89º 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 #2617CF is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 23 | 207 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.19 |
| HSL | 244.89º | 0.8% | 0.45% | - |
| HSV(B) | 244.89º | 0.89% | 0.81% | - |
| XYZ | 12.37 | 5.53 | 59.45 | - |
| YUV | 48.46 | 217.47 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 207 | 0.82 | 0.89 | 0 | 0.19 | 244.89 | 0.8 | 0.45 |
| Hex | 26 | 17 | CF | 52 | 59 | 0 | 13 | F5 | 50 | 2D |
| Octal | 46 | 27 | 317 | 122 | 131 | 0 | 23 | 365 | 120 | 55 |
| Binary | 100110 | 10111 | 11001111 | 1010010 | 1011001 | 0 | 10011 | 11110101 | 1010000 | 101101 |
Color Harmonies of #2617CF
Complementary color
Monochromatic Colors of #2617CF
Black with #2617CF
Text Example
Text Example
White with #2617CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2617CF; }
p { color: rgb(38,23,207); }
H1.HeaderClassName
{
color: #2617CF;
}
.AnyTagClassName
{
color: #2617CF;
}
</style>
background-color css
<style>
a { background-color: #2617CF; }
a { background-color: rgb(38,23,207); }
div.DivClassName
{
background-color: #2617CF;
}
.BgClassName
{
background-color: #2617CF;
}
</style>
border-color css
<style>
span { border-color: #2617CF; }
span { border-color: rgb(38,23,207); }
td.TdClassName
{
border-color: #2617CF;
}
.TagClassName
{
border-color: #2617CF;
}
</style>