Shades of Free Speech Blue #333CD2
Tints of Free Speech Blue #333CD2
RGB
CMYK
RGB Variations
Color information
#333CD2 (or 0x333CD2) is known color: Free Speech Blue. HEX triplet: 33, 3C and D2. RGB value is (51,60,210). Sum of RGB (Red+Green+Blue) = 51+60+210=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 210 (82.42% from 255 or 65.42% from 321); Max value from RGB is 210 - color contains mainly: blue. Hex color #333CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CD2 is #CCC32D. Grayscale: #494949. Windows color (decimal): -13419310 or 13777971. OLE color: 13777971.
HSL color Cylindrical-coordinate representation of color #333CD2: hue angle of 236.6º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #333CD2 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 60 | 210 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.18 |
| HSL | 236.6º | 0.64% | 0.51% | - |
| HSV(B) | 236.6º | 0.76% | 0.82% | - |
| XYZ | 14.61 | 8.59 | 61.86 | - |
| YUV | 74.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 210 | 0.76 | 0.71 | 0 | 0.18 | 236.6 | 0.64 | 0.51 |
| Hex | 33 | 3C | D2 | 4C | 47 | 0 | 12 | ED | 40 | 33 |
| Octal | 63 | 74 | 322 | 114 | 107 | 0 | 22 | 355 | 100 | 63 |
| Binary | 110011 | 111100 | 11010010 | 1001100 | 1000111 | 0 | 10010 | 11101101 | 1000000 | 110011 |
Color Harmonies of #333CD2
Complementary color
Monochromatic Colors of #333CD2
Black with #333CD2
Text Example
Text Example
White with #333CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CD2; }
p { color: rgb(51,60,210); }
H1.HeaderClassName
{
color: #333CD2;
}
.AnyTagClassName
{
color: #333CD2;
}
</style>
background-color css
<style>
a { background-color: #333CD2; }
a { background-color: rgb(51,60,210); }
div.DivClassName
{
background-color: #333CD2;
}
.BgClassName
{
background-color: #333CD2;
}
</style>
border-color css
<style>
span { border-color: #333CD2; }
span { border-color: rgb(51,60,210); }
td.TdClassName
{
border-color: #333CD2;
}
.TagClassName
{
border-color: #333CD2;
}
</style>