Shades of Medium Blue #3301C1
Tints of Medium Blue #3301C1
RGB
CMYK
RGB Variations
Color information
#3301C1 (or 0x3301C1) is known color: Medium Blue. HEX triplet: 33, 01 and C1. RGB value is (51,1,193). Sum of RGB (Red+Green+Blue) = 51+1+193=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 193 (75.78% from 255 or 78.78% from 245); Max value from RGB is 193 - color contains mainly: blue. Hex color #3301C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301C1 is #CCFE3E. Grayscale: #252525. Windows color (decimal): -13434431 or 12648755. OLE color: 12648755.
HSL color Cylindrical-coordinate representation of color #3301C1: hue angle of 255.62º 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 #3301C1 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 1 | 193 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.24 |
| HSL | 255.63º | 0.99% | 0.38% | - |
| HSV(B) | 255.63º | 0.99% | 0.76% | - |
| XYZ | 11 | 4.58 | 50.76 | - |
| YUV | 37.84 | 215.57 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 193 | 0.74 | 0.99 | 0 | 0.24 | 255.63 | 0.99 | 0.38 |
| Hex | 33 | 1 | C1 | 4A | 63 | 0 | 18 | 100 | 63 | 26 |
| Octal | 63 | 1 | 301 | 112 | 143 | 0 | 30 | 400 | 143 | 46 |
| Binary | 110011 | 1 | 11000001 | 1001010 | 1100011 | 0 | 11000 | 100000000 | 1100011 | 100110 |
Color Harmonies of #3301C1
Complementary color
Monochromatic Colors of #3301C1
Black with #3301C1
Text Example
Text Example
White with #3301C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3301C1; }
p { color: rgb(51,1,193); }
H1.HeaderClassName
{
color: #3301C1;
}
.AnyTagClassName
{
color: #3301C1;
}
</style>
background-color css
<style>
a { background-color: #3301C1; }
a { background-color: rgb(51,1,193); }
div.DivClassName
{
background-color: #3301C1;
}
.BgClassName
{
background-color: #3301C1;
}
</style>
border-color css
<style>
span { border-color: #3301C1; }
span { border-color: rgb(51,1,193); }
td.TdClassName
{
border-color: #3301C1;
}
.TagClassName
{
border-color: #3301C1;
}
</style>