Shades of Medium Blue #3001D5
Tints of Medium Blue #3001D5
RGB
CMYK
RGB Variations
Color information
#3001D5 (or 0x3001D5) is known color: Medium Blue. HEX triplet: 30, 01 and D5. RGB value is (48,1,213). Sum of RGB (Red+Green+Blue) = 48+1+213=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 213 (83.59% from 255 or 81.30% from 262); Max value from RGB is 213 - color contains mainly: blue. Hex color #3001D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3001D5 is #CFFE2A. Grayscale: #262626. Windows color (decimal): -13631019 or 13959472. OLE color: 13959472.
HSL color Cylindrical-coordinate representation of color #3001D5: hue angle of 253.3º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3001D5 is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 1 | 213 | - |
| CMYK | 0.77 | 1.00 | 0 | 0.16 |
| HSL | 253.3º | 0.99% | 0.42% | - |
| HSV(B) | 253.3º | 1% | 0.84% | - |
| XYZ | 13.24 | 5.45 | 63.31 | - |
| YUV | 39.22 | 226.07 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 213 | 0.77 | 1.00 | 0 | 0.16 | 253.3 | 0.99 | 0.42 |
| Hex | 30 | 1 | D5 | 4D | 64 | 0 | 10 | FD | 63 | 2A |
| Octal | 60 | 1 | 325 | 115 | 144 | 0 | 20 | 375 | 143 | 52 |
| Binary | 110000 | 1 | 11010101 | 1001101 | 1100100 | 0 | 10000 | 11111101 | 1100011 | 101010 |
Color Harmonies of #3001D5
Complementary color
Monochromatic Colors of #3001D5
Black with #3001D5
Text Example
Text Example
White with #3001D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001D5; }
p { color: rgb(48,1,213); }
H1.HeaderClassName
{
color: #3001D5;
}
.AnyTagClassName
{
color: #3001D5;
}
</style>
background-color css
<style>
a { background-color: #3001D5; }
a { background-color: rgb(48,1,213); }
div.DivClassName
{
background-color: #3001D5;
}
.BgClassName
{
background-color: #3001D5;
}
</style>
border-color css
<style>
span { border-color: #3001D5; }
span { border-color: rgb(48,1,213); }
td.TdClassName
{
border-color: #3001D5;
}
.TagClassName
{
border-color: #3001D5;
}
</style>