Shades of Free Speech Blue #333CD3
Tints of Free Speech Blue #333CD3
RGB
CMYK
RGB Variations
Color information
#333CD3 (or 0x333CD3) is known color: Free Speech Blue. HEX triplet: 33, 3C and D3. RGB value is (51,60,211). Sum of RGB (Red+Green+Blue) = 51+60+211=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 211 (82.81% from 255 or 65.53% from 322); Max value from RGB is 211 - color contains mainly: blue. Hex color #333CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CD3 is #CCC32C. Grayscale: #494949. Windows color (decimal): -13419309 or 13843507. OLE color: 13843507.
HSL color Cylindrical-coordinate representation of color #333CD3: hue angle of 236.62º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #333CD3 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 60 | 211 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.17 |
| HSL | 236.63º | 0.65% | 0.51% | - |
| HSV(B) | 236.63º | 0.76% | 0.83% | - |
| XYZ | 14.74 | 8.64 | 62.52 | - |
| YUV | 74.52 | 205.02 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 211 | 0.76 | 0.72 | 0 | 0.17 | 236.63 | 0.65 | 0.51 |
| Hex | 33 | 3C | D3 | 4C | 48 | 0 | 11 | ED | 41 | 33 |
| Octal | 63 | 74 | 323 | 114 | 110 | 0 | 21 | 355 | 101 | 63 |
| Binary | 110011 | 111100 | 11010011 | 1001100 | 1001000 | 0 | 10001 | 11101101 | 1000001 | 110011 |
Color Harmonies of #333CD3
Complementary color
Monochromatic Colors of #333CD3
Black with #333CD3
Text Example
Text Example
White with #333CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CD3; }
p { color: rgb(51,60,211); }
H1.HeaderClassName
{
color: #333CD3;
}
.AnyTagClassName
{
color: #333CD3;
}
</style>
background-color css
<style>
a { background-color: #333CD3; }
a { background-color: rgb(51,60,211); }
div.DivClassName
{
background-color: #333CD3;
}
.BgClassName
{
background-color: #333CD3;
}
</style>
border-color css
<style>
span { border-color: #333CD3; }
span { border-color: rgb(51,60,211); }
td.TdClassName
{
border-color: #333CD3;
}
.TagClassName
{
border-color: #333CD3;
}
</style>