Shades of Free Speech Blue #345ACC
Tints of Free Speech Blue #345ACC
RGB
CMYK
RGB Variations
Color information
#345ACC (or 0x345ACC) is known color: Free Speech Blue. HEX triplet: 34, 5A and CC. RGB value is (52,90,204). Sum of RGB (Red+Green+Blue) = 52+90+204=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #345ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ACC is #CBA533. Grayscale: #5B5B5B. Windows color (decimal): -13346100 or 13392436. OLE color: 13392436.
HSL color Cylindrical-coordinate representation of color #345ACC: hue angle of 225º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345ACC is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 90 | 204 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.2 |
| HSL | 225º | 0.6% | 0.5% | - |
| HSV(B) | 225º | 0.75% | 0.8% | - |
| XYZ | 15.97 | 12.4 | 58.68 | - |
| YUV | 91.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 204 | 0.75 | 0.56 | 0 | 0.2 | 225 | 0.6 | 0.5 |
| Hex | 34 | 5A | CC | 4B | 38 | 0 | 14 | E1 | 3C | 32 |
| Octal | 64 | 132 | 314 | 113 | 70 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110100 | 1011010 | 11001100 | 1001011 | 111000 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #345ACC
Complementary color
Monochromatic Colors of #345ACC
Black with #345ACC
Text Example
Text Example
White with #345ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ACC; }
p { color: rgb(52,90,204); }
H1.HeaderClassName
{
color: #345ACC;
}
.AnyTagClassName
{
color: #345ACC;
}
</style>
background-color css
<style>
a { background-color: #345ACC; }
a { background-color: rgb(52,90,204); }
div.DivClassName
{
background-color: #345ACC;
}
.BgClassName
{
background-color: #345ACC;
}
</style>
border-color css
<style>
span { border-color: #345ACC; }
span { border-color: rgb(52,90,204); }
td.TdClassName
{
border-color: #345ACC;
}
.TagClassName
{
border-color: #345ACC;
}
</style>