Shades of Free Speech Blue #345ACD
Tints of Free Speech Blue #345ACD
RGB
CMYK
RGB Variations
Color information
#345ACD (or 0x345ACD) is known color: Free Speech Blue. HEX triplet: 34, 5A and CD. RGB value is (52,90,205). Sum of RGB (Red+Green+Blue) = 52+90+205=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #345ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ACD is #CBA532. Grayscale: #5B5B5B. Windows color (decimal): -13346099 or 13457972. OLE color: 13457972.
HSL color Cylindrical-coordinate representation of color #345ACD: hue angle of 225.1º 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 #345ACD is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 90 | 205 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.20 |
| HSL | 225.1º | 0.6% | 0.5% | - |
| HSV(B) | 225.1º | 0.75% | 0.8% | - |
| XYZ | 16.09 | 12.45 | 59.31 | - |
| YUV | 91.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 205 | 0.75 | 0.56 | 0 | 0.20 | 225.1 | 0.6 | 0.5 |
| Hex | 34 | 5A | CD | 4B | 38 | 0 | 14 | E1 | 3C | 32 |
| Octal | 64 | 132 | 315 | 113 | 70 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110100 | 1011010 | 11001101 | 1001011 | 111000 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #345ACD
Complementary color
Monochromatic Colors of #345ACD
Black with #345ACD
Text Example
Text Example
White with #345ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ACD; }
p { color: rgb(52,90,205); }
H1.HeaderClassName
{
color: #345ACD;
}
.AnyTagClassName
{
color: #345ACD;
}
</style>
background-color css
<style>
a { background-color: #345ACD; }
a { background-color: rgb(52,90,205); }
div.DivClassName
{
background-color: #345ACD;
}
.BgClassName
{
background-color: #345ACD;
}
</style>
border-color css
<style>
span { border-color: #345ACD; }
span { border-color: rgb(52,90,205); }
td.TdClassName
{
border-color: #345ACD;
}
.TagClassName
{
border-color: #345ACD;
}
</style>