Shades of Free Speech Blue #345CCF
Tints of Free Speech Blue #345CCF
RGB
CMYK
RGB Variations
Color information
#345CCF (or 0x345CCF) is known color: Free Speech Blue. HEX triplet: 34, 5C and CF. RGB value is (52,92,207). Sum of RGB (Red+Green+Blue) = 52+92+207=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #345CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CCF is #CBA330. Grayscale: #5C5C5C. Windows color (decimal): -13345585 or 13589556. OLE color: 13589556.
HSL color Cylindrical-coordinate representation of color #345CCF: hue angle of 224.52º 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 #345CCF is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 92 | 207 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.19 |
| HSL | 224.52º | 0.62% | 0.51% | - |
| HSV(B) | 224.52º | 0.75% | 0.81% | - |
| XYZ | 16.51 | 12.89 | 60.65 | - |
| YUV | 93.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 207 | 0.75 | 0.56 | 0 | 0.19 | 224.52 | 0.62 | 0.51 |
| Hex | 34 | 5C | CF | 4B | 38 | 0 | 13 | E1 | 3E | 33 |
| Octal | 64 | 134 | 317 | 113 | 70 | 0 | 23 | 341 | 76 | 63 |
| Binary | 110100 | 1011100 | 11001111 | 1001011 | 111000 | 0 | 10011 | 11100001 | 111110 | 110011 |
Color Harmonies of #345CCF
Complementary color
Monochromatic Colors of #345CCF
Black with #345CCF
Text Example
Text Example
White with #345CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CCF; }
p { color: rgb(52,92,207); }
H1.HeaderClassName
{
color: #345CCF;
}
.AnyTagClassName
{
color: #345CCF;
}
</style>
background-color css
<style>
a { background-color: #345CCF; }
a { background-color: rgb(52,92,207); }
div.DivClassName
{
background-color: #345CCF;
}
.BgClassName
{
background-color: #345CCF;
}
</style>
border-color css
<style>
span { border-color: #345CCF; }
span { border-color: rgb(52,92,207); }
td.TdClassName
{
border-color: #345CCF;
}
.TagClassName
{
border-color: #345CCF;
}
</style>