Shades of Medium Blue #2713CE
Tints of Medium Blue #2713CE
RGB
CMYK
RGB Variations
Color information
#2713CE (or 0x2713CE) is known color: Medium Blue. HEX triplet: 27, 13 and CE. RGB value is (39,19,206). Sum of RGB (Red+Green+Blue) = 39+19+206=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #2713CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2713CE is #D8EC31. Grayscale: #2D2D2D. Windows color (decimal): -14216242 or 13505319. OLE color: 13505319.
HSL color Cylindrical-coordinate representation of color #2713CE: hue angle of 246.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2713CE is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 19 | 206 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.19 |
| HSL | 246.42º | 0.83% | 0.44% | - |
| HSV(B) | 246.42º | 0.91% | 0.81% | - |
| XYZ | 12.21 | 5.35 | 58.78 | - |
| YUV | 46.3 | 218.13 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 206 | 0.81 | 0.91 | 0 | 0.19 | 246.42 | 0.83 | 0.44 |
| Hex | 27 | 13 | CE | 51 | 5B | 0 | 13 | F6 | 53 | 2C |
| Octal | 47 | 23 | 316 | 121 | 133 | 0 | 23 | 366 | 123 | 54 |
| Binary | 100111 | 10011 | 11001110 | 1010001 | 1011011 | 0 | 10011 | 11110110 | 1010011 | 101100 |
Color Harmonies of #2713CE
Complementary color
Monochromatic Colors of #2713CE
Black with #2713CE
Text Example
Text Example
White with #2713CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2713CE; }
p { color: rgb(39,19,206); }
H1.HeaderClassName
{
color: #2713CE;
}
.AnyTagClassName
{
color: #2713CE;
}
</style>
background-color css
<style>
a { background-color: #2713CE; }
a { background-color: rgb(39,19,206); }
div.DivClassName
{
background-color: #2713CE;
}
.BgClassName
{
background-color: #2713CE;
}
</style>
border-color css
<style>
span { border-color: #2713CE; }
span { border-color: rgb(39,19,206); }
td.TdClassName
{
border-color: #2713CE;
}
.TagClassName
{
border-color: #2713CE;
}
</style>