Shades of Medium Blue #3301CC
Tints of Medium Blue #3301CC
RGB
CMYK
RGB Variations
Color information
#3301CC (or 0x3301CC) is known color: Medium Blue. HEX triplet: 33, 01 and CC. RGB value is (51,1,204). Sum of RGB (Red+Green+Blue) = 51+1+204=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #3301CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301CC is #CCFE33. Grayscale: #262626. Windows color (decimal): -13434420 or 13369651. OLE color: 13369651.
HSL color Cylindrical-coordinate representation of color #3301CC: hue angle of 254.78º 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 #3301CC is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 1 | 204 | - |
| CMYK | 0.75 | 1.00 | 0 | 0.2 |
| HSL | 254.78º | 0.99% | 0.4% | - |
| HSV(B) | 254.78º | 1% | 0.8% | - |
| XYZ | 12.28 | 5.09 | 57.46 | - |
| YUV | 39.09 | 221.07 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 204 | 0.75 | 1.00 | 0 | 0.2 | 254.78 | 0.99 | 0.4 |
| Hex | 33 | 1 | CC | 4B | 64 | 0 | 14 | FF | 63 | 28 |
| Octal | 63 | 1 | 314 | 113 | 144 | 0 | 24 | 377 | 143 | 50 |
| Binary | 110011 | 1 | 11001100 | 1001011 | 1100100 | 0 | 10100 | 11111111 | 1100011 | 101000 |
Color Harmonies of #3301CC
Complementary color
Monochromatic Colors of #3301CC
Black with #3301CC
Text Example
Text Example
White with #3301CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3301CC; }
p { color: rgb(51,1,204); }
H1.HeaderClassName
{
color: #3301CC;
}
.AnyTagClassName
{
color: #3301CC;
}
</style>
background-color css
<style>
a { background-color: #3301CC; }
a { background-color: rgb(51,1,204); }
div.DivClassName
{
background-color: #3301CC;
}
.BgClassName
{
background-color: #3301CC;
}
</style>
border-color css
<style>
span { border-color: #3301CC; }
span { border-color: rgb(51,1,204); }
td.TdClassName
{
border-color: #3301CC;
}
.TagClassName
{
border-color: #3301CC;
}
</style>