Shades of Medium Blue #3300CC
Tints of Medium Blue #3300CC
RGB
CMYK
RGB Variations
Color information
#3300CC (or 0x3300CC) is known color: Medium Blue. HEX triplet: 33, 00 and CC. RGB value is (51,0,204). Sum of RGB (Red+Green+Blue) = 51+0+204=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #3300CC is a web safe color. Inversed color of #3300CC is #CCFF33. Grayscale: #252525. Windows color (decimal): -13434676 or 13369395. OLE color: 13369395.
HSL color Cylindrical-coordinate representation of color #3300CC: hue angle of 255º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300CC is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 0 | 204 | - |
| CMYK | 0.75 | 1 | 0 | 0.2 |
| HSL | 255º | 1% | 0.4% | - |
| HSV(B) | 255º | 1% | 0.8% | - |
| XYZ | 12.26 | 5.06 | 57.46 | - |
| YUV | 38.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 204 | 0.75 | 1 | 0 | 0.2 | 255 | 1 | 0.4 |
| Hex | 33 | 0 | CC | 4B | 64 | 0 | 14 | FF | 64 | 28 |
| Octal | 63 | 0 | 314 | 113 | 144 | 0 | 24 | 377 | 144 | 50 |
| Binary | 110011 | 0 | 11001100 | 1001011 | 1100100 | 0 | 10100 | 11111111 | 1100100 | 101000 |
Color Harmonies of #3300CC
Complementary color
Monochromatic Colors of #3300CC
Black with #3300CC
Text Example
Text Example
White with #3300CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300CC; }
p { color: rgb(51,0,204); }
H1.HeaderClassName
{
color: #3300CC;
}
.AnyTagClassName
{
color: #3300CC;
}
</style>
background-color css
<style>
a { background-color: #3300CC; }
a { background-color: rgb(51,0,204); }
div.DivClassName
{
background-color: #3300CC;
}
.BgClassName
{
background-color: #3300CC;
}
</style>
border-color css
<style>
span { border-color: #3300CC; }
span { border-color: rgb(51,0,204); }
td.TdClassName
{
border-color: #3300CC;
}
.TagClassName
{
border-color: #3300CC;
}
</style>