Shades of Medium Blue #2713CA
Tints of Medium Blue #2713CA
RGB
CMYK
RGB Variations
Color information
#2713CA (or 0x2713CA) is known color: Medium Blue. HEX triplet: 27, 13 and CA. RGB value is (39,19,202). Sum of RGB (Red+Green+Blue) = 39+19+202=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 202 (79.30% from 255 or 77.69% from 260); Max value from RGB is 202 - color contains mainly: blue. Hex color #2713CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2713CA is #D8EC35. Grayscale: #2D2D2D. Windows color (decimal): -14216246 or 13243175. OLE color: 13243175.
HSL color Cylindrical-coordinate representation of color #2713CA: hue angle of 246.56º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2713CA is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 19 | 202 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.21 |
| HSL | 246.56º | 0.83% | 0.43% | - |
| HSV(B) | 246.56º | 0.91% | 0.79% | - |
| XYZ | 11.73 | 5.16 | 56.26 | - |
| YUV | 45.84 | 216.13 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 202 | 0.81 | 0.91 | 0 | 0.21 | 246.56 | 0.83 | 0.43 |
| Hex | 27 | 13 | CA | 51 | 5B | 0 | 15 | F7 | 53 | 2B |
| Octal | 47 | 23 | 312 | 121 | 133 | 0 | 25 | 367 | 123 | 53 |
| Binary | 100111 | 10011 | 11001010 | 1010001 | 1011011 | 0 | 10101 | 11110111 | 1010011 | 101011 |
Color Harmonies of #2713CA
Complementary color
Monochromatic Colors of #2713CA
Black with #2713CA
Text Example
Text Example
White with #2713CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2713CA; }
p { color: rgb(39,19,202); }
H1.HeaderClassName
{
color: #2713CA;
}
.AnyTagClassName
{
color: #2713CA;
}
</style>
background-color css
<style>
a { background-color: #2713CA; }
a { background-color: rgb(39,19,202); }
div.DivClassName
{
background-color: #2713CA;
}
.BgClassName
{
background-color: #2713CA;
}
</style>
border-color css
<style>
span { border-color: #2713CA; }
span { border-color: rgb(39,19,202); }
td.TdClassName
{
border-color: #2713CA;
}
.TagClassName
{
border-color: #2713CA;
}
</style>