Shades of Free Speech Blue #345DC9
Tints of Free Speech Blue #345DC9
RGB
CMYK
RGB Variations
Color information
#345DC9 (or 0x345DC9) is known color: Free Speech Blue. HEX triplet: 34, 5D and C9. RGB value is (52,93,201). Sum of RGB (Red+Green+Blue) = 52+93+201=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #345DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DC9 is #CBA236. Grayscale: #5C5C5C. Windows color (decimal): -13345335 or 13196596. OLE color: 13196596.
HSL color Cylindrical-coordinate representation of color #345DC9: hue angle of 223.49º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345DC9 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 93 | 201 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.21 |
| HSL | 223.49º | 0.59% | 0.5% | - |
| HSV(B) | 223.49º | 0.74% | 0.79% | - |
| XYZ | 15.87 | 12.78 | 56.89 | - |
| YUV | 93.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 201 | 0.74 | 0.54 | 0 | 0.21 | 223.49 | 0.59 | 0.5 |
| Hex | 34 | 5D | C9 | 4A | 36 | 0 | 15 | DF | 3B | 32 |
| Octal | 64 | 135 | 311 | 112 | 66 | 0 | 25 | 337 | 73 | 62 |
| Binary | 110100 | 1011101 | 11001001 | 1001010 | 110110 | 0 | 10101 | 11011111 | 111011 | 110010 |
Color Harmonies of #345DC9
Complementary color
Monochromatic Colors of #345DC9
Black with #345DC9
Text Example
Text Example
White with #345DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DC9; }
p { color: rgb(52,93,201); }
H1.HeaderClassName
{
color: #345DC9;
}
.AnyTagClassName
{
color: #345DC9;
}
</style>
background-color css
<style>
a { background-color: #345DC9; }
a { background-color: rgb(52,93,201); }
div.DivClassName
{
background-color: #345DC9;
}
.BgClassName
{
background-color: #345DC9;
}
</style>
border-color css
<style>
span { border-color: #345DC9; }
span { border-color: rgb(52,93,201); }
td.TdClassName
{
border-color: #345DC9;
}
.TagClassName
{
border-color: #345DC9;
}
</style>