Shades of Free Speech Blue #345BD4
Tints of Free Speech Blue #345BD4
RGB
CMYK
RGB Variations
Color information
#345BD4 (or 0x345BD4) is known color: Free Speech Blue. HEX triplet: 34, 5B and D4. RGB value is (52,91,212). Sum of RGB (Red+Green+Blue) = 52+91+212=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 212 (83.20% from 255 or 59.72% from 355); Max value from RGB is 212 - color contains mainly: blue. Hex color #345BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BD4 is #CBA42B. Grayscale: #5C5C5C. Windows color (decimal): -13345836 or 13916980. OLE color: 13916980.
HSL color Cylindrical-coordinate representation of color #345BD4: hue angle of 225.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345BD4 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 91 | 212 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.17 |
| HSL | 225.38º | 0.65% | 0.52% | - |
| HSV(B) | 225.38º | 0.75% | 0.83% | - |
| XYZ | 17.04 | 12.97 | 63.89 | - |
| YUV | 93.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 212 | 0.75 | 0.57 | 0 | 0.17 | 225.38 | 0.65 | 0.52 |
| Hex | 34 | 5B | D4 | 4B | 39 | 0 | 11 | E1 | 41 | 34 |
| Octal | 64 | 133 | 324 | 113 | 71 | 0 | 21 | 341 | 101 | 64 |
| Binary | 110100 | 1011011 | 11010100 | 1001011 | 111001 | 0 | 10001 | 11100001 | 1000001 | 110100 |
Color Harmonies of #345BD4
Complementary color
Monochromatic Colors of #345BD4
Black with #345BD4
Text Example
Text Example
White with #345BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BD4; }
p { color: rgb(52,91,212); }
H1.HeaderClassName
{
color: #345BD4;
}
.AnyTagClassName
{
color: #345BD4;
}
</style>
background-color css
<style>
a { background-color: #345BD4; }
a { background-color: rgb(52,91,212); }
div.DivClassName
{
background-color: #345BD4;
}
.BgClassName
{
background-color: #345BD4;
}
</style>
border-color css
<style>
span { border-color: #345BD4; }
span { border-color: rgb(52,91,212); }
td.TdClassName
{
border-color: #345BD4;
}
.TagClassName
{
border-color: #345BD4;
}
</style>