Shades of Medium Blue #3312CC
Tints of Medium Blue #3312CC
RGB
CMYK
RGB Variations
Color information
#3312CC (or 0x3312CC) is known color: Medium Blue. HEX triplet: 33, 12 and CC. RGB value is (51,18,204). Sum of RGB (Red+Green+Blue) = 51+18+204=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #3312CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312CC is #CCED33. Grayscale: #303030. Windows color (decimal): -13430068 or 13374003. OLE color: 13374003.
HSL color Cylindrical-coordinate representation of color #3312CC: hue angle of 250.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3312CC is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 18 | 204 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.2 |
| HSL | 250.65º | 0.84% | 0.44% | - |
| HSV(B) | 250.65º | 0.91% | 0.8% | - |
| XYZ | 12.48 | 5.5 | 57.53 | - |
| YUV | 49.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 204 | 0.75 | 0.91 | 0 | 0.2 | 250.65 | 0.84 | 0.44 |
| Hex | 33 | 12 | CC | 4B | 5B | 0 | 14 | FB | 54 | 2C |
| Octal | 63 | 22 | 314 | 113 | 133 | 0 | 24 | 373 | 124 | 54 |
| Binary | 110011 | 10010 | 11001100 | 1001011 | 1011011 | 0 | 10100 | 11111011 | 1010100 | 101100 |
Color Harmonies of #3312CC
Complementary color
Monochromatic Colors of #3312CC
Black with #3312CC
Text Example
Text Example
White with #3312CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3312CC; }
p { color: rgb(51,18,204); }
H1.HeaderClassName
{
color: #3312CC;
}
.AnyTagClassName
{
color: #3312CC;
}
</style>
background-color css
<style>
a { background-color: #3312CC; }
a { background-color: rgb(51,18,204); }
div.DivClassName
{
background-color: #3312CC;
}
.BgClassName
{
background-color: #3312CC;
}
</style>
border-color css
<style>
span { border-color: #3312CC; }
span { border-color: rgb(51,18,204); }
td.TdClassName
{
border-color: #3312CC;
}
.TagClassName
{
border-color: #3312CC;
}
</style>