Shades of Medium Blue #3013CB
Tints of Medium Blue #3013CB
RGB
CMYK
RGB Variations
Color information
#3013CB (or 0x3013CB) is known color: Medium Blue. HEX triplet: 30, 13 and CB. RGB value is (48,19,203). Sum of RGB (Red+Green+Blue) = 48+19+203=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #3013CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3013CB is #CFEC34. Grayscale: #2F2F2F. Windows color (decimal): -13626421 or 13308720. OLE color: 13308720.
HSL color Cylindrical-coordinate representation of color #3013CB: hue angle of 249.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3013CB is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 19 | 203 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.20 |
| HSL | 249.46º | 0.83% | 0.44% | - |
| HSV(B) | 249.46º | 0.91% | 0.8% | - |
| XYZ | 12.23 | 5.41 | 56.9 | - |
| YUV | 48.65 | 215.11 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 203 | 0.76 | 0.91 | 0 | 0.20 | 249.46 | 0.83 | 0.44 |
| Hex | 30 | 13 | CB | 4C | 5B | 0 | 14 | F9 | 53 | 2C |
| Octal | 60 | 23 | 313 | 114 | 133 | 0 | 24 | 371 | 123 | 54 |
| Binary | 110000 | 10011 | 11001011 | 1001100 | 1011011 | 0 | 10100 | 11111001 | 1010011 | 101100 |
Color Harmonies of #3013CB
Complementary color
Monochromatic Colors of #3013CB
Black with #3013CB
Text Example
Text Example
White with #3013CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3013CB; }
p { color: rgb(48,19,203); }
H1.HeaderClassName
{
color: #3013CB;
}
.AnyTagClassName
{
color: #3013CB;
}
</style>
background-color css
<style>
a { background-color: #3013CB; }
a { background-color: rgb(48,19,203); }
div.DivClassName
{
background-color: #3013CB;
}
.BgClassName
{
background-color: #3013CB;
}
</style>
border-color css
<style>
span { border-color: #3013CB; }
span { border-color: rgb(48,19,203); }
td.TdClassName
{
border-color: #3013CB;
}
.TagClassName
{
border-color: #3013CB;
}
</style>