Shades of Free Speech Blue #345BCF
Tints of Free Speech Blue #345BCF
RGB
CMYK
RGB Variations
Color information
#345BCF (or 0x345BCF) is known color: Free Speech Blue. HEX triplet: 34, 5B and CF. RGB value is (52,91,207). Sum of RGB (Red+Green+Blue) = 52+91+207=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #345BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BCF is #CBA430. Grayscale: #5C5C5C. Windows color (decimal): -13345841 or 13589300. OLE color: 13589300.
HSL color Cylindrical-coordinate representation of color #345BCF: hue angle of 224.9º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345BCF is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 91 | 207 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.19 |
| HSL | 224.9º | 0.62% | 0.51% | - |
| HSV(B) | 224.9º | 0.75% | 0.81% | - |
| XYZ | 16.42 | 12.72 | 60.62 | - |
| YUV | 92.56 | 192.58 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 207 | 0.75 | 0.56 | 0 | 0.19 | 224.9 | 0.62 | 0.51 |
| Hex | 34 | 5B | CF | 4B | 38 | 0 | 13 | E1 | 3E | 33 |
| Octal | 64 | 133 | 317 | 113 | 70 | 0 | 23 | 341 | 76 | 63 |
| Binary | 110100 | 1011011 | 11001111 | 1001011 | 111000 | 0 | 10011 | 11100001 | 111110 | 110011 |
Color Harmonies of #345BCF
Complementary color
Monochromatic Colors of #345BCF
Black with #345BCF
Text Example
Text Example
White with #345BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BCF; }
p { color: rgb(52,91,207); }
H1.HeaderClassName
{
color: #345BCF;
}
.AnyTagClassName
{
color: #345BCF;
}
</style>
background-color css
<style>
a { background-color: #345BCF; }
a { background-color: rgb(52,91,207); }
div.DivClassName
{
background-color: #345BCF;
}
.BgClassName
{
background-color: #345BCF;
}
</style>
border-color css
<style>
span { border-color: #345BCF; }
span { border-color: rgb(52,91,207); }
td.TdClassName
{
border-color: #345BCF;
}
.TagClassName
{
border-color: #345BCF;
}
</style>