Shades of Medium Blue #3001CB
Tints of Medium Blue #3001CB
RGB
CMYK
RGB Variations
Color information
#3001CB (or 0x3001CB) is known color: Medium Blue. HEX triplet: 30, 01 and CB. RGB value is (48,1,203). Sum of RGB (Red+Green+Blue) = 48+1+203=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #3001CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3001CB is #CFFE34. Grayscale: #252525. Windows color (decimal): -13631029 or 13304112. OLE color: 13304112.
HSL color Cylindrical-coordinate representation of color #3001CB: hue angle of 253.96º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3001CB is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 1 | 203 | - |
| CMYK | 0.76 | 1.00 | 0 | 0.20 |
| HSL | 253.96º | 0.99% | 0.4% | - |
| HSV(B) | 253.96º | 1% | 0.8% | - |
| XYZ | 12.01 | 4.96 | 56.82 | - |
| YUV | 38.08 | 221.07 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 203 | 0.76 | 1.00 | 0 | 0.20 | 253.96 | 0.99 | 0.4 |
| Hex | 30 | 1 | CB | 4C | 64 | 0 | 14 | FE | 63 | 28 |
| Octal | 60 | 1 | 313 | 114 | 144 | 0 | 24 | 376 | 143 | 50 |
| Binary | 110000 | 1 | 11001011 | 1001100 | 1100100 | 0 | 10100 | 11111110 | 1100011 | 101000 |
Color Harmonies of #3001CB
Complementary color
Monochromatic Colors of #3001CB
Black with #3001CB
Text Example
Text Example
White with #3001CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001CB; }
p { color: rgb(48,1,203); }
H1.HeaderClassName
{
color: #3001CB;
}
.AnyTagClassName
{
color: #3001CB;
}
</style>
background-color css
<style>
a { background-color: #3001CB; }
a { background-color: rgb(48,1,203); }
div.DivClassName
{
background-color: #3001CB;
}
.BgClassName
{
background-color: #3001CB;
}
</style>
border-color css
<style>
span { border-color: #3001CB; }
span { border-color: rgb(48,1,203); }
td.TdClassName
{
border-color: #3001CB;
}
.TagClassName
{
border-color: #3001CB;
}
</style>