Shades of Free Speech Blue #3350CF
Tints of Free Speech Blue #3350CF
RGB
CMYK
RGB Variations
Color information
#3350CF (or 0x3350CF) is known color: Free Speech Blue. HEX triplet: 33, 50 and CF. RGB value is (51,80,207). Sum of RGB (Red+Green+Blue) = 51+80+207=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #3350CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350CF is #CCAF30. Grayscale: #555555. Windows color (decimal): -13414193 or 13586483. OLE color: 13586483.
HSL color Cylindrical-coordinate representation of color #3350CF: hue angle of 228.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3350CF is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 80 | 207 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.19 |
| HSL | 228.85º | 0.62% | 0.51% | - |
| HSV(B) | 228.85º | 0.75% | 0.81% | - |
| XYZ | 15.5 | 10.95 | 60.33 | - |
| YUV | 85.81 | 196.39 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 207 | 0.75 | 0.61 | 0 | 0.19 | 228.85 | 0.62 | 0.51 |
| Hex | 33 | 50 | CF | 4B | 3D | 0 | 13 | E5 | 3E | 33 |
| Octal | 63 | 120 | 317 | 113 | 75 | 0 | 23 | 345 | 76 | 63 |
| Binary | 110011 | 1010000 | 11001111 | 1001011 | 111101 | 0 | 10011 | 11100101 | 111110 | 110011 |
Color Harmonies of #3350CF
Complementary color
Monochromatic Colors of #3350CF
Black with #3350CF
Text Example
Text Example
White with #3350CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350CF; }
p { color: rgb(51,80,207); }
H1.HeaderClassName
{
color: #3350CF;
}
.AnyTagClassName
{
color: #3350CF;
}
</style>
background-color css
<style>
a { background-color: #3350CF; }
a { background-color: rgb(51,80,207); }
div.DivClassName
{
background-color: #3350CF;
}
.BgClassName
{
background-color: #3350CF;
}
</style>
border-color css
<style>
span { border-color: #3350CF; }
span { border-color: rgb(51,80,207); }
td.TdClassName
{
border-color: #3350CF;
}
.TagClassName
{
border-color: #3350CF;
}
</style>