Shades of Free Speech Blue #4354AD
Tints of Free Speech Blue #4354AD
RGB
CMYK
RGB Variations
Color information
#4354AD (or 0x4354AD) is known color: Free Speech Blue. HEX triplet: 43, 54 and AD. RGB value is (67,84,173). Sum of RGB (Red+Green+Blue) = 67+84+173=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #4354AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4354AD is #BCAB52. Grayscale: #585858. Windows color (decimal): -12364627 or 11359299. OLE color: 11359299.
HSL color Cylindrical-coordinate representation of color #4354AD: hue angle of 230.38º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4354AD is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 84 | 173 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.32 |
| HSL | 230.38º | 0.44% | 0.47% | - |
| HSV(B) | 230.38º | 0.61% | 0.68% | - |
| XYZ | 13.03 | 10.55 | 40.89 | - |
| YUV | 89.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 173 | 0.61 | 0.51 | 0 | 0.32 | 230.38 | 0.44 | 0.47 |
| Hex | 43 | 54 | AD | 3D | 33 | 0 | 20 | E6 | 2C | 2F |
| Octal | 103 | 124 | 255 | 75 | 63 | 0 | 40 | 346 | 54 | 57 |
| Binary | 1000011 | 1010100 | 10101101 | 111101 | 110011 | 0 | 100000 | 11100110 | 101100 | 101111 |
Color Harmonies of #4354AD
Complementary color
Monochromatic Colors of #4354AD
Black with #4354AD
Text Example
Text Example
White with #4354AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354AD; }
p { color: rgb(67,84,173); }
H1.HeaderClassName
{
color: #4354AD;
}
.AnyTagClassName
{
color: #4354AD;
}
</style>
background-color css
<style>
a { background-color: #4354AD; }
a { background-color: rgb(67,84,173); }
div.DivClassName
{
background-color: #4354AD;
}
.BgClassName
{
background-color: #4354AD;
}
</style>
border-color css
<style>
span { border-color: #4354AD; }
span { border-color: rgb(67,84,173); }
td.TdClassName
{
border-color: #4354AD;
}
.TagClassName
{
border-color: #4354AD;
}
</style>