Shades of Free Speech Blue #3446CF
Tints of Free Speech Blue #3446CF
RGB
CMYK
RGB Variations
Color information
#3446CF (or 0x3446CF) is known color: Free Speech Blue. HEX triplet: 34, 46 and CF. RGB value is (52,70,207). Sum of RGB (Red+Green+Blue) = 52+70+207=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #3446CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446CF is #CBB930. Grayscale: #4F4F4F. Windows color (decimal): -13351217 or 13583924. OLE color: 13583924.
HSL color Cylindrical-coordinate representation of color #3446CF: hue angle of 233.03º 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 #3446CF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 70 | 207 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.19 |
| HSL | 233.03º | 0.62% | 0.51% | - |
| HSV(B) | 233.03º | 0.75% | 0.81% | - |
| XYZ | 14.87 | 9.62 | 60.1 | - |
| YUV | 80.24 | 199.54 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 207 | 0.75 | 0.66 | 0 | 0.19 | 233.03 | 0.62 | 0.51 |
| Hex | 34 | 46 | CF | 4B | 42 | 0 | 13 | E9 | 3E | 33 |
| Octal | 64 | 106 | 317 | 113 | 102 | 0 | 23 | 351 | 76 | 63 |
| Binary | 110100 | 1000110 | 11001111 | 1001011 | 1000010 | 0 | 10011 | 11101001 | 111110 | 110011 |
Color Harmonies of #3446CF
Complementary color
Monochromatic Colors of #3446CF
Black with #3446CF
Text Example
Text Example
White with #3446CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3446CF; }
p { color: rgb(52,70,207); }
H1.HeaderClassName
{
color: #3446CF;
}
.AnyTagClassName
{
color: #3446CF;
}
</style>
background-color css
<style>
a { background-color: #3446CF; }
a { background-color: rgb(52,70,207); }
div.DivClassName
{
background-color: #3446CF;
}
.BgClassName
{
background-color: #3446CF;
}
</style>
border-color css
<style>
span { border-color: #3446CF; }
span { border-color: rgb(52,70,207); }
td.TdClassName
{
border-color: #3446CF;
}
.TagClassName
{
border-color: #3446CF;
}
</style>