Shades of Medium Blue #3300CB
Tints of Medium Blue #3300CB
RGB
CMYK
RGB Variations
Color information
#3300CB (or 0x3300CB) is known color: Medium Blue. HEX triplet: 33, 00 and CB. RGB value is (51,0,203). Sum of RGB (Red+Green+Blue) = 51+0+203=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #3300CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300CB is #CCFF34. Grayscale: #252525. Windows color (decimal): -13434677 or 13303859. OLE color: 13303859.
HSL color Cylindrical-coordinate representation of color #3300CB: hue angle of 255.07º 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 #3300CB is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 0 | 203 | - |
| CMYK | 0.75 | 1 | 0 | 0.20 |
| HSL | 255.07º | 1% | 0.4% | - |
| HSV(B) | 255.07º | 1% | 0.8% | - |
| XYZ | 12.14 | 5.02 | 56.83 | - |
| YUV | 38.39 | 220.9 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 203 | 0.75 | 1 | 0 | 0.20 | 255.07 | 1 | 0.4 |
| Hex | 33 | 0 | CB | 4B | 64 | 0 | 14 | FF | 64 | 28 |
| Octal | 63 | 0 | 313 | 113 | 144 | 0 | 24 | 377 | 144 | 50 |
| Binary | 110011 | 0 | 11001011 | 1001011 | 1100100 | 0 | 10100 | 11111111 | 1100100 | 101000 |
Color Harmonies of #3300CB
Complementary color
Monochromatic Colors of #3300CB
Black with #3300CB
Text Example
Text Example
White with #3300CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300CB; }
p { color: rgb(51,0,203); }
H1.HeaderClassName
{
color: #3300CB;
}
.AnyTagClassName
{
color: #3300CB;
}
</style>
background-color css
<style>
a { background-color: #3300CB; }
a { background-color: rgb(51,0,203); }
div.DivClassName
{
background-color: #3300CB;
}
.BgClassName
{
background-color: #3300CB;
}
</style>
border-color css
<style>
span { border-color: #3300CB; }
span { border-color: rgb(51,0,203); }
td.TdClassName
{
border-color: #3300CB;
}
.TagClassName
{
border-color: #3300CB;
}
</style>