Shades of Medium Blue #3003CE
Tints of Medium Blue #3003CE
RGB
CMYK
RGB Variations
Color information
#3003CE (or 0x3003CE) is known color: Medium Blue. HEX triplet: 30, 03 and CE. RGB value is (48,3,206). Sum of RGB (Red+Green+Blue) = 48+3+206=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #3003CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003CE is #CFFC31. Grayscale: #262626. Windows color (decimal): -13630514 or 13501232. OLE color: 13501232.
HSL color Cylindrical-coordinate representation of color #3003CE: hue angle of 253.3º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003CE is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 3 | 206 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.19 |
| HSL | 253.3º | 0.97% | 0.41% | - |
| HSV(B) | 253.3º | 0.99% | 0.81% | - |
| XYZ | 12.39 | 5.15 | 58.73 | - |
| YUV | 39.6 | 221.91 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 206 | 0.77 | 0.99 | 0 | 0.19 | 253.3 | 0.97 | 0.41 |
| Hex | 30 | 3 | CE | 4D | 63 | 0 | 13 | FD | 61 | 29 |
| Octal | 60 | 3 | 316 | 115 | 143 | 0 | 23 | 375 | 141 | 51 |
| Binary | 110000 | 11 | 11001110 | 1001101 | 1100011 | 0 | 10011 | 11111101 | 1100001 | 101001 |
Color Harmonies of #3003CE
Complementary color
Monochromatic Colors of #3003CE
Black with #3003CE
Text Example
Text Example
White with #3003CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003CE; }
p { color: rgb(48,3,206); }
H1.HeaderClassName
{
color: #3003CE;
}
.AnyTagClassName
{
color: #3003CE;
}
</style>
background-color css
<style>
a { background-color: #3003CE; }
a { background-color: rgb(48,3,206); }
div.DivClassName
{
background-color: #3003CE;
}
.BgClassName
{
background-color: #3003CE;
}
</style>
border-color css
<style>
span { border-color: #3003CE; }
span { border-color: rgb(48,3,206); }
td.TdClassName
{
border-color: #3003CE;
}
.TagClassName
{
border-color: #3003CE;
}
</style>