Shades of Medium Blue #2703CA
Tints of Medium Blue #2703CA
RGB
CMYK
RGB Variations
Color information
#2703CA (or 0x2703CA) is known color: Medium Blue. HEX triplet: 27, 03 and CA. RGB value is (39,3,202). Sum of RGB (Red+Green+Blue) = 39+3+202=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #2703CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2703CA is #D8FC35. Grayscale: #232323. Windows color (decimal): -14220342 or 13239079. OLE color: 13239079.
HSL color Cylindrical-coordinate representation of color #2703CA: hue angle of 250.85º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2703CA is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 3 | 202 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.21 |
| HSL | 250.85º | 0.97% | 0.4% | - |
| HSV(B) | 250.85º | 0.99% | 0.79% | - |
| XYZ | 11.53 | 4.76 | 56.19 | - |
| YUV | 36.45 | 221.43 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 202 | 0.81 | 0.99 | 0 | 0.21 | 250.85 | 0.97 | 0.4 |
| Hex | 27 | 3 | CA | 51 | 63 | 0 | 15 | FB | 61 | 28 |
| Octal | 47 | 3 | 312 | 121 | 143 | 0 | 25 | 373 | 141 | 50 |
| Binary | 100111 | 11 | 11001010 | 1010001 | 1100011 | 0 | 10101 | 11111011 | 1100001 | 101000 |
Color Harmonies of #2703CA
Complementary color
Monochromatic Colors of #2703CA
Black with #2703CA
Text Example
Text Example
White with #2703CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2703CA; }
p { color: rgb(39,3,202); }
H1.HeaderClassName
{
color: #2703CA;
}
.AnyTagClassName
{
color: #2703CA;
}
</style>
background-color css
<style>
a { background-color: #2703CA; }
a { background-color: rgb(39,3,202); }
div.DivClassName
{
background-color: #2703CA;
}
.BgClassName
{
background-color: #2703CA;
}
</style>
border-color css
<style>
span { border-color: #2703CA; }
span { border-color: rgb(39,3,202); }
td.TdClassName
{
border-color: #2703CA;
}
.TagClassName
{
border-color: #2703CA;
}
</style>