Shades of Medium Blue #2703D1
Tints of Medium Blue #2703D1
RGB
CMYK
RGB Variations
Color information
#2703D1 (or 0x2703D1) is known color: Medium Blue. HEX triplet: 27, 03 and D1. RGB value is (39,3,209). Sum of RGB (Red+Green+Blue) = 39+3+209=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 209 (82.03% from 255 or 83.27% from 251); Max value from RGB is 209 - color contains mainly: blue. Hex color #2703D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2703D1 is #D8FC2E. Grayscale: #242424. Windows color (decimal): -14220335 or 13697831. OLE color: 13697831.
HSL color Cylindrical-coordinate representation of color #2703D1: hue angle of 250.49º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2703D1 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 3 | 209 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.18 |
| HSL | 250.49º | 0.97% | 0.42% | - |
| HSV(B) | 250.49º | 0.99% | 0.82% | - |
| XYZ | 12.38 | 5.1 | 60.65 | - |
| YUV | 37.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 209 | 0.81 | 0.99 | 0 | 0.18 | 250.49 | 0.97 | 0.42 |
| Hex | 27 | 3 | D1 | 51 | 63 | 0 | 12 | FA | 61 | 2A |
| Octal | 47 | 3 | 321 | 121 | 143 | 0 | 22 | 372 | 141 | 52 |
| Binary | 100111 | 11 | 11010001 | 1010001 | 1100011 | 0 | 10010 | 11111010 | 1100001 | 101010 |
Color Harmonies of #2703D1
Complementary color
Monochromatic Colors of #2703D1
Black with #2703D1
Text Example
Text Example
White with #2703D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2703D1; }
p { color: rgb(39,3,209); }
H1.HeaderClassName
{
color: #2703D1;
}
.AnyTagClassName
{
color: #2703D1;
}
</style>
background-color css
<style>
a { background-color: #2703D1; }
a { background-color: rgb(39,3,209); }
div.DivClassName
{
background-color: #2703D1;
}
.BgClassName
{
background-color: #2703D1;
}
</style>
border-color css
<style>
span { border-color: #2703D1; }
span { border-color: rgb(39,3,209); }
td.TdClassName
{
border-color: #2703D1;
}
.TagClassName
{
border-color: #2703D1;
}
</style>