Shades of Free Speech Blue #333CDA
Tints of Free Speech Blue #333CDA
RGB
CMYK
RGB Variations
Color information
#333CDA (or 0x333CDA) is known color: Free Speech Blue. HEX triplet: 33, 3C and DA. RGB value is (51,60,218). Sum of RGB (Red+Green+Blue) = 51+60+218=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #333CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CDA is #CCC325. Grayscale: #4A4A4A. Windows color (decimal): -13419302 or 14302259. OLE color: 14302259.
HSL color Cylindrical-coordinate representation of color #333CDA: hue angle of 236.77º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #333CDA is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 60 | 218 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.15 |
| HSL | 236.77º | 0.69% | 0.53% | - |
| HSV(B) | 236.77º | 0.77% | 0.85% | - |
| XYZ | 15.64 | 9 | 67.24 | - |
| YUV | 75.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 218 | 0.77 | 0.72 | 0 | 0.15 | 236.77 | 0.69 | 0.53 |
| Hex | 33 | 3C | DA | 4D | 48 | 0 | F | ED | 45 | 35 |
| Octal | 63 | 74 | 332 | 115 | 110 | 0 | 17 | 355 | 105 | 65 |
| Binary | 110011 | 111100 | 11011010 | 1001101 | 1001000 | 0 | 1111 | 11101101 | 1000101 | 110101 |
Color Harmonies of #333CDA
Complementary color
Monochromatic Colors of #333CDA
Black with #333CDA
Text Example
Text Example
White with #333CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CDA; }
p { color: rgb(51,60,218); }
H1.HeaderClassName
{
color: #333CDA;
}
.AnyTagClassName
{
color: #333CDA;
}
</style>
background-color css
<style>
a { background-color: #333CDA; }
a { background-color: rgb(51,60,218); }
div.DivClassName
{
background-color: #333CDA;
}
.BgClassName
{
background-color: #333CDA;
}
</style>
border-color css
<style>
span { border-color: #333CDA; }
span { border-color: rgb(51,60,218); }
td.TdClassName
{
border-color: #333CDA;
}
.TagClassName
{
border-color: #333CDA;
}
</style>