Shades of Free Speech Blue #4350BA
Tints of Free Speech Blue #4350BA
RGB
CMYK
RGB Variations
Color information
#4350BA (or 0x4350BA) is known color: Free Speech Blue. HEX triplet: 43, 50 and BA. RGB value is (67,80,186). Sum of RGB (Red+Green+Blue) = 67+80+186=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #4350BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4350BA is #BCAF45. Grayscale: #575757. Windows color (decimal): -12365638 or 12210243. OLE color: 12210243.
HSL color Cylindrical-coordinate representation of color #4350BA: hue angle of 233.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4350BA is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 80 | 186 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.27 |
| HSL | 233.45º | 0.47% | 0.5% | - |
| HSV(B) | 233.45º | 0.64% | 0.73% | - |
| XYZ | 14.05 | 10.48 | 47.74 | - |
| YUV | 88.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 186 | 0.64 | 0.57 | 0 | 0.27 | 233.45 | 0.47 | 0.5 |
| Hex | 43 | 50 | BA | 40 | 39 | 0 | 1B | E9 | 2F | 32 |
| Octal | 103 | 120 | 272 | 100 | 71 | 0 | 33 | 351 | 57 | 62 |
| Binary | 1000011 | 1010000 | 10111010 | 1000000 | 111001 | 0 | 11011 | 11101001 | 101111 | 110010 |
Color Harmonies of #4350BA
Complementary color
Monochromatic Colors of #4350BA
Black with #4350BA
Text Example
Text Example
White with #4350BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350BA; }
p { color: rgb(67,80,186); }
H1.HeaderClassName
{
color: #4350BA;
}
.AnyTagClassName
{
color: #4350BA;
}
</style>
background-color css
<style>
a { background-color: #4350BA; }
a { background-color: rgb(67,80,186); }
div.DivClassName
{
background-color: #4350BA;
}
.BgClassName
{
background-color: #4350BA;
}
</style>
border-color css
<style>
span { border-color: #4350BA; }
span { border-color: rgb(67,80,186); }
td.TdClassName
{
border-color: #4350BA;
}
.TagClassName
{
border-color: #4350BA;
}
</style>