Shades of Free Speech Blue #3351CA
Tints of Free Speech Blue #3351CA
RGB
CMYK
RGB Variations
Color information
#3351CA (or 0x3351CA) is known color: Free Speech Blue. HEX triplet: 33, 51 and CA. RGB value is (51,81,202). Sum of RGB (Red+Green+Blue) = 51+81+202=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #3351CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3351CA is #CCAE35. Grayscale: #555555. Windows color (decimal): -13413942 or 13259059. OLE color: 13259059.
HSL color Cylindrical-coordinate representation of color #3351CA: hue angle of 228.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3351CA is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 81 | 202 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.21 |
| HSL | 228.08º | 0.6% | 0.5% | - |
| HSV(B) | 228.08º | 0.75% | 0.79% | - |
| XYZ | 14.97 | 10.85 | 57.18 | - |
| YUV | 85.82 | 193.56 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 202 | 0.75 | 0.60 | 0 | 0.21 | 228.08 | 0.6 | 0.5 |
| Hex | 33 | 51 | CA | 4B | 3C | 0 | 15 | E4 | 3C | 32 |
| Octal | 63 | 121 | 312 | 113 | 74 | 0 | 25 | 344 | 74 | 62 |
| Binary | 110011 | 1010001 | 11001010 | 1001011 | 111100 | 0 | 10101 | 11100100 | 111100 | 110010 |
Color Harmonies of #3351CA
Complementary color
Monochromatic Colors of #3351CA
Black with #3351CA
Text Example
Text Example
White with #3351CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3351CA; }
p { color: rgb(51,81,202); }
H1.HeaderClassName
{
color: #3351CA;
}
.AnyTagClassName
{
color: #3351CA;
}
</style>
background-color css
<style>
a { background-color: #3351CA; }
a { background-color: rgb(51,81,202); }
div.DivClassName
{
background-color: #3351CA;
}
.BgClassName
{
background-color: #3351CA;
}
</style>
border-color css
<style>
span { border-color: #3351CA; }
span { border-color: rgb(51,81,202); }
td.TdClassName
{
border-color: #3351CA;
}
.TagClassName
{
border-color: #3351CA;
}
</style>