Shades of Free Speech Blue #345CCD
Tints of Free Speech Blue #345CCD
RGB
CMYK
RGB Variations
Color information
#345CCD (or 0x345CCD) is known color: Free Speech Blue. HEX triplet: 34, 5C and CD. RGB value is (52,92,205). Sum of RGB (Red+Green+Blue) = 52+92+205=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #345CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CCD is #CBA332. Grayscale: #5C5C5C. Windows color (decimal): -13345587 or 13458484. OLE color: 13458484.
HSL color Cylindrical-coordinate representation of color #345CCD: hue angle of 224.31º 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 #345CCD is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 92 | 205 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.20 |
| HSL | 224.31º | 0.6% | 0.5% | - |
| HSV(B) | 224.31º | 0.75% | 0.8% | - |
| XYZ | 16.26 | 12.79 | 59.37 | - |
| YUV | 92.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 205 | 0.75 | 0.55 | 0 | 0.20 | 224.31 | 0.6 | 0.5 |
| Hex | 34 | 5C | CD | 4B | 37 | 0 | 14 | E0 | 3C | 32 |
| Octal | 64 | 134 | 315 | 113 | 67 | 0 | 24 | 340 | 74 | 62 |
| Binary | 110100 | 1011100 | 11001101 | 1001011 | 110111 | 0 | 10100 | 11100000 | 111100 | 110010 |
Color Harmonies of #345CCD
Complementary color
Monochromatic Colors of #345CCD
Black with #345CCD
Text Example
Text Example
White with #345CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CCD; }
p { color: rgb(52,92,205); }
H1.HeaderClassName
{
color: #345CCD;
}
.AnyTagClassName
{
color: #345CCD;
}
</style>
background-color css
<style>
a { background-color: #345CCD; }
a { background-color: rgb(52,92,205); }
div.DivClassName
{
background-color: #345CCD;
}
.BgClassName
{
background-color: #345CCD;
}
</style>
border-color css
<style>
span { border-color: #345CCD; }
span { border-color: rgb(52,92,205); }
td.TdClassName
{
border-color: #345CCD;
}
.TagClassName
{
border-color: #345CCD;
}
</style>