Shades of Free Speech Blue #4339BA
Tints of Free Speech Blue #4339BA
RGB
CMYK
RGB Variations
Color information
#4339BA (or 0x4339BA) is known color: Free Speech Blue. HEX triplet: 43, 39 and BA. RGB value is (67,57,186). Sum of RGB (Red+Green+Blue) = 67+57+186=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #4339BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4339BA is #BCC645. Grayscale: #4A4A4A. Windows color (decimal): -12371526 or 12204355. OLE color: 12204355.
HSL color Cylindrical-coordinate representation of color #4339BA: hue angle of 244.65º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4339BA is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 57 | 186 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.27 |
| HSL | 244.65º | 0.53% | 0.48% | - |
| HSV(B) | 244.65º | 0.69% | 0.73% | - |
| XYZ | 12.64 | 7.66 | 47.27 | - |
| YUV | 74.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 186 | 0.64 | 0.69 | 0 | 0.27 | 244.65 | 0.53 | 0.48 |
| Hex | 43 | 39 | BA | 40 | 45 | 0 | 1B | F5 | 35 | 30 |
| Octal | 103 | 71 | 272 | 100 | 105 | 0 | 33 | 365 | 65 | 60 |
| Binary | 1000011 | 111001 | 10111010 | 1000000 | 1000101 | 0 | 11011 | 11110101 | 110101 | 110000 |
Color Harmonies of #4339BA
Complementary color
Monochromatic Colors of #4339BA
Black with #4339BA
Text Example
Text Example
White with #4339BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4339BA; }
p { color: rgb(67,57,186); }
H1.HeaderClassName
{
color: #4339BA;
}
.AnyTagClassName
{
color: #4339BA;
}
</style>
background-color css
<style>
a { background-color: #4339BA; }
a { background-color: rgb(67,57,186); }
div.DivClassName
{
background-color: #4339BA;
}
.BgClassName
{
background-color: #4339BA;
}
</style>
border-color css
<style>
span { border-color: #4339BA; }
span { border-color: rgb(67,57,186); }
td.TdClassName
{
border-color: #4339BA;
}
.TagClassName
{
border-color: #4339BA;
}
</style>