Shades of Free Speech Blue #4350BC
Tints of Free Speech Blue #4350BC
RGB
CMYK
RGB Variations
Color information
#4350BC (or 0x4350BC) is known color: Free Speech Blue. HEX triplet: 43, 50 and BC. RGB value is (67,80,188). Sum of RGB (Red+Green+Blue) = 67+80+188=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #4350BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4350BC is #BCAF43. Grayscale: #575757. Windows color (decimal): -12365636 or 12341315. OLE color: 12341315.
HSL color Cylindrical-coordinate representation of color #4350BC: hue angle of 233.55º 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 #4350BC is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 80 | 188 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.26 |
| HSL | 233.55º | 0.47% | 0.5% | - |
| HSV(B) | 233.55º | 0.64% | 0.74% | - |
| XYZ | 14.26 | 10.56 | 48.86 | - |
| YUV | 88.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 188 | 0.64 | 0.57 | 0 | 0.26 | 233.55 | 0.47 | 0.5 |
| Hex | 43 | 50 | BC | 40 | 39 | 0 | 1A | EA | 2F | 32 |
| Octal | 103 | 120 | 274 | 100 | 71 | 0 | 32 | 352 | 57 | 62 |
| Binary | 1000011 | 1010000 | 10111100 | 1000000 | 111001 | 0 | 11010 | 11101010 | 101111 | 110010 |
Color Harmonies of #4350BC
Complementary color
Monochromatic Colors of #4350BC
Black with #4350BC
Text Example
Text Example
White with #4350BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350BC; }
p { color: rgb(67,80,188); }
H1.HeaderClassName
{
color: #4350BC;
}
.AnyTagClassName
{
color: #4350BC;
}
</style>
background-color css
<style>
a { background-color: #4350BC; }
a { background-color: rgb(67,80,188); }
div.DivClassName
{
background-color: #4350BC;
}
.BgClassName
{
background-color: #4350BC;
}
</style>
border-color css
<style>
span { border-color: #4350BC; }
span { border-color: rgb(67,80,188); }
td.TdClassName
{
border-color: #4350BC;
}
.TagClassName
{
border-color: #4350BC;
}
</style>