Shades of Free Speech Blue #345BCD
Tints of Free Speech Blue #345BCD
RGB
CMYK
RGB Variations
Color information
#345BCD (or 0x345BCD) is known color: Free Speech Blue. HEX triplet: 34, 5B and CD. RGB value is (52,91,205). Sum of RGB (Red+Green+Blue) = 52+91+205=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #345BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BCD is #CBA432. Grayscale: #5B5B5B. Windows color (decimal): -13345843 or 13458228. OLE color: 13458228.
HSL color Cylindrical-coordinate representation of color #345BCD: hue angle of 224.71º 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 #345BCD is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 91 | 205 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.20 |
| HSL | 224.71º | 0.6% | 0.5% | - |
| HSV(B) | 224.71º | 0.75% | 0.8% | - |
| XYZ | 16.18 | 12.62 | 59.34 | - |
| YUV | 92.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 205 | 0.75 | 0.56 | 0 | 0.20 | 224.71 | 0.6 | 0.5 |
| Hex | 34 | 5B | CD | 4B | 38 | 0 | 14 | E1 | 3C | 32 |
| Octal | 64 | 133 | 315 | 113 | 70 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110100 | 1011011 | 11001101 | 1001011 | 111000 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #345BCD
Complementary color
Monochromatic Colors of #345BCD
Black with #345BCD
Text Example
Text Example
White with #345BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BCD; }
p { color: rgb(52,91,205); }
H1.HeaderClassName
{
color: #345BCD;
}
.AnyTagClassName
{
color: #345BCD;
}
</style>
background-color css
<style>
a { background-color: #345BCD; }
a { background-color: rgb(52,91,205); }
div.DivClassName
{
background-color: #345BCD;
}
.BgClassName
{
background-color: #345BCD;
}
</style>
border-color css
<style>
span { border-color: #345BCD; }
span { border-color: rgb(52,91,205); }
td.TdClassName
{
border-color: #345BCD;
}
.TagClassName
{
border-color: #345BCD;
}
</style>