Shades of Medium Blue #3301C3
Tints of Medium Blue #3301C3
RGB
CMYK
RGB Variations
Color information
#3301C3 (or 0x3301C3) is known color: Medium Blue. HEX triplet: 33, 01 and C3. RGB value is (51,1,195). Sum of RGB (Red+Green+Blue) = 51+1+195=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 195 (76.56% from 255 or 78.95% from 247); Max value from RGB is 195 - color contains mainly: blue. Hex color #3301C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301C3 is #CCFE3C. Grayscale: #252525. Windows color (decimal): -13434429 or 12779827. OLE color: 12779827.
HSL color Cylindrical-coordinate representation of color #3301C3: hue angle of 255.46º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3301C3 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 1 | 195 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.24 |
| HSL | 255.46º | 0.99% | 0.38% | - |
| HSV(B) | 255.46º | 0.99% | 0.76% | - |
| XYZ | 11.23 | 4.67 | 51.94 | - |
| YUV | 38.07 | 216.57 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 195 | 0.74 | 0.99 | 0 | 0.24 | 255.46 | 0.99 | 0.38 |
| Hex | 33 | 1 | C3 | 4A | 63 | 0 | 18 | FF | 63 | 26 |
| Octal | 63 | 1 | 303 | 112 | 143 | 0 | 30 | 377 | 143 | 46 |
| Binary | 110011 | 1 | 11000011 | 1001010 | 1100011 | 0 | 11000 | 11111111 | 1100011 | 100110 |
Color Harmonies of #3301C3
Complementary color
Monochromatic Colors of #3301C3
Black with #3301C3
Text Example
Text Example
White with #3301C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3301C3; }
p { color: rgb(51,1,195); }
H1.HeaderClassName
{
color: #3301C3;
}
.AnyTagClassName
{
color: #3301C3;
}
</style>
background-color css
<style>
a { background-color: #3301C3; }
a { background-color: rgb(51,1,195); }
div.DivClassName
{
background-color: #3301C3;
}
.BgClassName
{
background-color: #3301C3;
}
</style>
border-color css
<style>
span { border-color: #3301C3; }
span { border-color: rgb(51,1,195); }
td.TdClassName
{
border-color: #3301C3;
}
.TagClassName
{
border-color: #3301C3;
}
</style>