Shades of Medium Blue #3000CB
Tints of Medium Blue #3000CB
RGB
CMYK
RGB Variations
Color information
#3000CB (or 0x3000CB) is known color: Medium Blue. HEX triplet: 30, 00 and CB. RGB value is (48,0,203). Sum of RGB (Red+Green+Blue) = 48+0+203=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #3000CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000CB is #CFFF34. Grayscale: #242424. Windows color (decimal): -13631285 or 13303856. OLE color: 13303856.
HSL color Cylindrical-coordinate representation of color #3000CB: hue angle of 254.19º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000CB is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 0 | 203 | - |
| CMYK | 0.76 | 1 | 0 | 0.20 |
| HSL | 254.19º | 1% | 0.4% | - |
| HSV(B) | 254.19º | 1% | 0.8% | - |
| XYZ | 12 | 4.94 | 56.82 | - |
| YUV | 37.49 | 221.4 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 203 | 0.76 | 1 | 0 | 0.20 | 254.19 | 1 | 0.4 |
| Hex | 30 | 0 | CB | 4C | 64 | 0 | 14 | FE | 64 | 28 |
| Octal | 60 | 0 | 313 | 114 | 144 | 0 | 24 | 376 | 144 | 50 |
| Binary | 110000 | 0 | 11001011 | 1001100 | 1100100 | 0 | 10100 | 11111110 | 1100100 | 101000 |
Color Harmonies of #3000CB
Complementary color
Monochromatic Colors of #3000CB
Black with #3000CB
Text Example
Text Example
White with #3000CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000CB; }
p { color: rgb(48,0,203); }
H1.HeaderClassName
{
color: #3000CB;
}
.AnyTagClassName
{
color: #3000CB;
}
</style>
background-color css
<style>
a { background-color: #3000CB; }
a { background-color: rgb(48,0,203); }
div.DivClassName
{
background-color: #3000CB;
}
.BgClassName
{
background-color: #3000CB;
}
</style>
border-color css
<style>
span { border-color: #3000CB; }
span { border-color: rgb(48,0,203); }
td.TdClassName
{
border-color: #3000CB;
}
.TagClassName
{
border-color: #3000CB;
}
</style>