Shades of Free Speech Blue #345DCF
Tints of Free Speech Blue #345DCF
RGB
CMYK
RGB Variations
Color information
#345DCF (or 0x345DCF) is known color: Free Speech Blue. HEX triplet: 34, 5D and CF. RGB value is (52,93,207). Sum of RGB (Red+Green+Blue) = 52+93+207=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #345DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DCF is #CBA230. Grayscale: #5D5D5D. Windows color (decimal): -13345329 or 13589812. OLE color: 13589812.
HSL color Cylindrical-coordinate representation of color #345DCF: hue angle of 224.13º 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 #345DCF is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 93 | 207 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.19 |
| HSL | 224.13º | 0.62% | 0.51% | - |
| HSV(B) | 224.13º | 0.75% | 0.81% | - |
| XYZ | 16.59 | 13.06 | 60.68 | - |
| YUV | 93.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 207 | 0.75 | 0.55 | 0 | 0.19 | 224.13 | 0.62 | 0.51 |
| Hex | 34 | 5D | CF | 4B | 37 | 0 | 13 | E0 | 3E | 33 |
| Octal | 64 | 135 | 317 | 113 | 67 | 0 | 23 | 340 | 76 | 63 |
| Binary | 110100 | 1011101 | 11001111 | 1001011 | 110111 | 0 | 10011 | 11100000 | 111110 | 110011 |
Color Harmonies of #345DCF
Complementary color
Monochromatic Colors of #345DCF
Black with #345DCF
Text Example
Text Example
White with #345DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DCF; }
p { color: rgb(52,93,207); }
H1.HeaderClassName
{
color: #345DCF;
}
.AnyTagClassName
{
color: #345DCF;
}
</style>
background-color css
<style>
a { background-color: #345DCF; }
a { background-color: rgb(52,93,207); }
div.DivClassName
{
background-color: #345DCF;
}
.BgClassName
{
background-color: #345DCF;
}
</style>
border-color css
<style>
span { border-color: #345DCF; }
span { border-color: rgb(52,93,207); }
td.TdClassName
{
border-color: #345DCF;
}
.TagClassName
{
border-color: #345DCF;
}
</style>