Shades of Free Speech Blue #4355AD
Tints of Free Speech Blue #4355AD
RGB
CMYK
RGB Variations
Color information
#4355AD (or 0x4355AD) is known color: Free Speech Blue. HEX triplet: 43, 55 and AD. RGB value is (67,85,173). Sum of RGB (Red+Green+Blue) = 67+85+173=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #4355AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4355AD is #BCAA52. Grayscale: #595959. Windows color (decimal): -12364371 or 11359555. OLE color: 11359555.
HSL color Cylindrical-coordinate representation of color #4355AD: hue angle of 229.81º 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 #4355AD is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 85 | 173 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.32 |
| HSL | 229.81º | 0.44% | 0.47% | - |
| HSV(B) | 229.81º | 0.61% | 0.68% | - |
| XYZ | 13.11 | 10.71 | 40.91 | - |
| YUV | 89.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 173 | 0.61 | 0.51 | 0 | 0.32 | 229.81 | 0.44 | 0.47 |
| Hex | 43 | 55 | AD | 3D | 33 | 0 | 20 | E6 | 2C | 2F |
| Octal | 103 | 125 | 255 | 75 | 63 | 0 | 40 | 346 | 54 | 57 |
| Binary | 1000011 | 1010101 | 10101101 | 111101 | 110011 | 0 | 100000 | 11100110 | 101100 | 101111 |
Color Harmonies of #4355AD
Complementary color
Monochromatic Colors of #4355AD
Black with #4355AD
Text Example
Text Example
White with #4355AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4355AD; }
p { color: rgb(67,85,173); }
H1.HeaderClassName
{
color: #4355AD;
}
.AnyTagClassName
{
color: #4355AD;
}
</style>
background-color css
<style>
a { background-color: #4355AD; }
a { background-color: rgb(67,85,173); }
div.DivClassName
{
background-color: #4355AD;
}
.BgClassName
{
background-color: #4355AD;
}
</style>
border-color css
<style>
span { border-color: #4355AD; }
span { border-color: rgb(67,85,173); }
td.TdClassName
{
border-color: #4355AD;
}
.TagClassName
{
border-color: #4355AD;
}
</style>