Shades of Free Speech Blue #4355BC
Tints of Free Speech Blue #4355BC
RGB
CMYK
RGB Variations
Color information
#4355BC (or 0x4355BC) is known color: Free Speech Blue. HEX triplet: 43, 55 and BC. RGB value is (67,85,188). Sum of RGB (Red+Green+Blue) = 67+85+188=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #4355BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4355BC is #BCAA43. Grayscale: #5A5A5A. Windows color (decimal): -12364356 or 12342595. OLE color: 12342595.
HSL color Cylindrical-coordinate representation of color #4355BC: hue angle of 231.07º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4355BC is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 85 | 188 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.26 |
| HSL | 231.07º | 0.47% | 0.5% | - |
| HSV(B) | 231.07º | 0.64% | 0.74% | - |
| XYZ | 14.64 | 11.32 | 48.99 | - |
| YUV | 91.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 188 | 0.64 | 0.55 | 0 | 0.26 | 231.07 | 0.47 | 0.5 |
| Hex | 43 | 55 | BC | 40 | 37 | 0 | 1A | E7 | 2F | 32 |
| Octal | 103 | 125 | 274 | 100 | 67 | 0 | 32 | 347 | 57 | 62 |
| Binary | 1000011 | 1010101 | 10111100 | 1000000 | 110111 | 0 | 11010 | 11100111 | 101111 | 110010 |
Color Harmonies of #4355BC
Complementary color
Monochromatic Colors of #4355BC
Black with #4355BC
Text Example
Text Example
White with #4355BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4355BC; }
p { color: rgb(67,85,188); }
H1.HeaderClassName
{
color: #4355BC;
}
.AnyTagClassName
{
color: #4355BC;
}
</style>
background-color css
<style>
a { background-color: #4355BC; }
a { background-color: rgb(67,85,188); }
div.DivClassName
{
background-color: #4355BC;
}
.BgClassName
{
background-color: #4355BC;
}
</style>
border-color css
<style>
span { border-color: #4355BC; }
span { border-color: rgb(67,85,188); }
td.TdClassName
{
border-color: #4355BC;
}
.TagClassName
{
border-color: #4355BC;
}
</style>