Shades of Free Speech Blue #345CCA
Tints of Free Speech Blue #345CCA
RGB
CMYK
RGB Variations
Color information
#345CCA (or 0x345CCA) is known color: Free Speech Blue. HEX triplet: 34, 5C and CA. RGB value is (52,92,202). Sum of RGB (Red+Green+Blue) = 52+92+202=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #345CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CCA is #CBA335. Grayscale: #5C5C5C. Windows color (decimal): -13345590 or 13261876. OLE color: 13261876.
HSL color Cylindrical-coordinate representation of color #345CCA: hue angle of 224º 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 #345CCA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 92 | 202 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.21 |
| HSL | 224º | 0.59% | 0.5% | - |
| HSV(B) | 224º | 0.74% | 0.79% | - |
| XYZ | 15.9 | 12.65 | 57.48 | - |
| YUV | 92.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 202 | 0.74 | 0.54 | 0 | 0.21 | 224 | 0.59 | 0.5 |
| Hex | 34 | 5C | CA | 4A | 36 | 0 | 15 | E0 | 3B | 32 |
| Octal | 64 | 134 | 312 | 112 | 66 | 0 | 25 | 340 | 73 | 62 |
| Binary | 110100 | 1011100 | 11001010 | 1001010 | 110110 | 0 | 10101 | 11100000 | 111011 | 110010 |
Color Harmonies of #345CCA
Complementary color
Monochromatic Colors of #345CCA
Black with #345CCA
Text Example
Text Example
White with #345CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CCA; }
p { color: rgb(52,92,202); }
H1.HeaderClassName
{
color: #345CCA;
}
.AnyTagClassName
{
color: #345CCA;
}
</style>
background-color css
<style>
a { background-color: #345CCA; }
a { background-color: rgb(52,92,202); }
div.DivClassName
{
background-color: #345CCA;
}
.BgClassName
{
background-color: #345CCA;
}
</style>
border-color css
<style>
span { border-color: #345CCA; }
span { border-color: rgb(52,92,202); }
td.TdClassName
{
border-color: #345CCA;
}
.TagClassName
{
border-color: #345CCA;
}
</style>