Shades of Free Speech Blue #345FCD
Tints of Free Speech Blue #345FCD
RGB
CMYK
RGB Variations
Color information
#345FCD (or 0x345FCD) is known color: Free Speech Blue. HEX triplet: 34, 5F and CD. RGB value is (52,95,205). Sum of RGB (Red+Green+Blue) = 52+95+205=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #345FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FCD is #CBA032. Grayscale: #5E5E5E. Windows color (decimal): -13344819 or 13459252. OLE color: 13459252.
HSL color Cylindrical-coordinate representation of color #345FCD: hue angle of 223.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345FCD is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 95 | 205 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.20 |
| HSL | 223.14º | 0.6% | 0.5% | - |
| HSV(B) | 223.14º | 0.75% | 0.8% | - |
| XYZ | 16.53 | 13.32 | 59.46 | - |
| YUV | 94.68 | 190.25 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 205 | 0.75 | 0.54 | 0 | 0.20 | 223.14 | 0.6 | 0.5 |
| Hex | 34 | 5F | CD | 4B | 36 | 0 | 14 | DF | 3C | 32 |
| Octal | 64 | 137 | 315 | 113 | 66 | 0 | 24 | 337 | 74 | 62 |
| Binary | 110100 | 1011111 | 11001101 | 1001011 | 110110 | 0 | 10100 | 11011111 | 111100 | 110010 |
Color Harmonies of #345FCD
Complementary color
Monochromatic Colors of #345FCD
Black with #345FCD
Text Example
Text Example
White with #345FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FCD; }
p { color: rgb(52,95,205); }
H1.HeaderClassName
{
color: #345FCD;
}
.AnyTagClassName
{
color: #345FCD;
}
</style>
background-color css
<style>
a { background-color: #345FCD; }
a { background-color: rgb(52,95,205); }
div.DivClassName
{
background-color: #345FCD;
}
.BgClassName
{
background-color: #345FCD;
}
</style>
border-color css
<style>
span { border-color: #345FCD; }
span { border-color: rgb(52,95,205); }
td.TdClassName
{
border-color: #345FCD;
}
.TagClassName
{
border-color: #345FCD;
}
</style>