Shades of Medium Blue #3103CB
Tints of Medium Blue #3103CB
RGB
CMYK
RGB Variations
Color information
#3103CB (or 0x3103CB) is known color: Medium Blue. HEX triplet: 31, 03 and CB. RGB value is (49,3,203). Sum of RGB (Red+Green+Blue) = 49+3+203=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #3103CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3103CB is #CEFC34. Grayscale: #262626. Windows color (decimal): -13564981 or 13304625. OLE color: 13304625.
HSL color Cylindrical-coordinate representation of color #3103CB: hue angle of 253.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103CB is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 3 | 203 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.20 |
| HSL | 253.8º | 0.97% | 0.4% | - |
| HSV(B) | 253.8º | 0.99% | 0.8% | - |
| XYZ | 12.08 | 5.03 | 56.83 | - |
| YUV | 39.55 | 220.24 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 203 | 0.76 | 0.99 | 0 | 0.20 | 253.8 | 0.97 | 0.4 |
| Hex | 31 | 3 | CB | 4C | 63 | 0 | 14 | FE | 61 | 28 |
| Octal | 61 | 3 | 313 | 114 | 143 | 0 | 24 | 376 | 141 | 50 |
| Binary | 110001 | 11 | 11001011 | 1001100 | 1100011 | 0 | 10100 | 11111110 | 1100001 | 101000 |
Color Harmonies of #3103CB
Complementary color
Monochromatic Colors of #3103CB
Black with #3103CB
Text Example
Text Example
White with #3103CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103CB; }
p { color: rgb(49,3,203); }
H1.HeaderClassName
{
color: #3103CB;
}
.AnyTagClassName
{
color: #3103CB;
}
</style>
background-color css
<style>
a { background-color: #3103CB; }
a { background-color: rgb(49,3,203); }
div.DivClassName
{
background-color: #3103CB;
}
.BgClassName
{
background-color: #3103CB;
}
</style>
border-color css
<style>
span { border-color: #3103CB; }
span { border-color: rgb(49,3,203); }
td.TdClassName
{
border-color: #3103CB;
}
.TagClassName
{
border-color: #3103CB;
}
</style>