Shades of Medium Blue #3001CD
Tints of Medium Blue #3001CD
RGB
CMYK
RGB Variations
Color information
#3001CD (or 0x3001CD) is known color: Medium Blue. HEX triplet: 30, 01 and CD. RGB value is (48,1,205). Sum of RGB (Red+Green+Blue) = 48+1+205=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #3001CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3001CD is #CFFE32. Grayscale: #252525. Windows color (decimal): -13631027 or 13435184. OLE color: 13435184.
HSL color Cylindrical-coordinate representation of color #3001CD: hue angle of 253.82º 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 #3001CD is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 1 | 205 | - |
| CMYK | 0.77 | 1.00 | 0 | 0.20 |
| HSL | 253.82º | 0.99% | 0.4% | - |
| HSV(B) | 253.82º | 1% | 0.8% | - |
| XYZ | 12.25 | 5.06 | 58.09 | - |
| YUV | 38.31 | 222.07 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 205 | 0.77 | 1.00 | 0 | 0.20 | 253.82 | 0.99 | 0.4 |
| Hex | 30 | 1 | CD | 4D | 64 | 0 | 14 | FE | 63 | 28 |
| Octal | 60 | 1 | 315 | 115 | 144 | 0 | 24 | 376 | 143 | 50 |
| Binary | 110000 | 1 | 11001101 | 1001101 | 1100100 | 0 | 10100 | 11111110 | 1100011 | 101000 |
Color Harmonies of #3001CD
Complementary color
Monochromatic Colors of #3001CD
Black with #3001CD
Text Example
Text Example
White with #3001CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001CD; }
p { color: rgb(48,1,205); }
H1.HeaderClassName
{
color: #3001CD;
}
.AnyTagClassName
{
color: #3001CD;
}
</style>
background-color css
<style>
a { background-color: #3001CD; }
a { background-color: rgb(48,1,205); }
div.DivClassName
{
background-color: #3001CD;
}
.BgClassName
{
background-color: #3001CD;
}
</style>
border-color css
<style>
span { border-color: #3001CD; }
span { border-color: rgb(48,1,205); }
td.TdClassName
{
border-color: #3001CD;
}
.TagClassName
{
border-color: #3001CD;
}
</style>