Shades of Free Speech Blue #333DD3
Tints of Free Speech Blue #333DD3
RGB
CMYK
RGB Variations
Color information
#333DD3 (or 0x333DD3) is known color: Free Speech Blue. HEX triplet: 33, 3D and D3. RGB value is (51,61,211). Sum of RGB (Red+Green+Blue) = 51+61+211=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 211 (82.81% from 255 or 65.33% from 323); Max value from RGB is 211 - color contains mainly: blue. Hex color #333DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DD3 is #CCC22C. Grayscale: #4A4A4A. Windows color (decimal): -13419053 or 13843763. OLE color: 13843763.
HSL color Cylindrical-coordinate representation of color #333DD3: hue angle of 236.25º 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 #333DD3 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 61 | 211 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.17 |
| HSL | 236.25º | 0.65% | 0.51% | - |
| HSV(B) | 236.25º | 0.76% | 0.83% | - |
| XYZ | 14.79 | 8.74 | 62.54 | - |
| YUV | 75.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 211 | 0.76 | 0.71 | 0 | 0.17 | 236.25 | 0.65 | 0.51 |
| Hex | 33 | 3D | D3 | 4C | 47 | 0 | 11 | EC | 41 | 33 |
| Octal | 63 | 75 | 323 | 114 | 107 | 0 | 21 | 354 | 101 | 63 |
| Binary | 110011 | 111101 | 11010011 | 1001100 | 1000111 | 0 | 10001 | 11101100 | 1000001 | 110011 |
Color Harmonies of #333DD3
Complementary color
Monochromatic Colors of #333DD3
Black with #333DD3
Text Example
Text Example
White with #333DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DD3; }
p { color: rgb(51,61,211); }
H1.HeaderClassName
{
color: #333DD3;
}
.AnyTagClassName
{
color: #333DD3;
}
</style>
background-color css
<style>
a { background-color: #333DD3; }
a { background-color: rgb(51,61,211); }
div.DivClassName
{
background-color: #333DD3;
}
.BgClassName
{
background-color: #333DD3;
}
</style>
border-color css
<style>
span { border-color: #333DD3; }
span { border-color: rgb(51,61,211); }
td.TdClassName
{
border-color: #333DD3;
}
.TagClassName
{
border-color: #333DD3;
}
</style>