Shades of Free Speech Blue #4356BC
Tints of Free Speech Blue #4356BC
RGB
CMYK
RGB Variations
Color information
#4356BC (or 0x4356BC) is known color: Free Speech Blue. HEX triplet: 43, 56 and BC. RGB value is (67,86,188). Sum of RGB (Red+Green+Blue) = 67+86+188=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4356BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4356BC is #BCA943. Grayscale: #5B5B5B. Windows color (decimal): -12364100 or 12342851. OLE color: 12342851.
HSL color Cylindrical-coordinate representation of color #4356BC: hue angle of 230.58º 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 #4356BC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 86 | 188 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.26 |
| HSL | 230.58º | 0.47% | 0.5% | - |
| HSV(B) | 230.58º | 0.64% | 0.74% | - |
| XYZ | 14.72 | 11.48 | 49.02 | - |
| YUV | 91.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 188 | 0.64 | 0.54 | 0 | 0.26 | 230.58 | 0.47 | 0.5 |
| Hex | 43 | 56 | BC | 40 | 36 | 0 | 1A | E7 | 2F | 32 |
| Octal | 103 | 126 | 274 | 100 | 66 | 0 | 32 | 347 | 57 | 62 |
| Binary | 1000011 | 1010110 | 10111100 | 1000000 | 110110 | 0 | 11010 | 11100111 | 101111 | 110010 |
Color Harmonies of #4356BC
Complementary color
Monochromatic Colors of #4356BC
Black with #4356BC
Text Example
Text Example
White with #4356BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4356BC; }
p { color: rgb(67,86,188); }
H1.HeaderClassName
{
color: #4356BC;
}
.AnyTagClassName
{
color: #4356BC;
}
</style>
background-color css
<style>
a { background-color: #4356BC; }
a { background-color: rgb(67,86,188); }
div.DivClassName
{
background-color: #4356BC;
}
.BgClassName
{
background-color: #4356BC;
}
</style>
border-color css
<style>
span { border-color: #4356BC; }
span { border-color: rgb(67,86,188); }
td.TdClassName
{
border-color: #4356BC;
}
.TagClassName
{
border-color: #4356BC;
}
</style>