Shades of Free Speech Blue #4347BB
Tints of Free Speech Blue #4347BB
RGB
CMYK
RGB Variations
Color information
#4347BB (or 0x4347BB) is known color: Free Speech Blue. HEX triplet: 43, 47 and BB. RGB value is (67,71,187). Sum of RGB (Red+Green+Blue) = 67+71+187=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #4347BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4347BB is #BCB844. Grayscale: #525252. Windows color (decimal): -12367941 or 12273475. OLE color: 12273475.
HSL color Cylindrical-coordinate representation of color #4347BB: hue angle of 238º 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 #4347BB is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 71 | 187 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.27 |
| HSL | 238º | 0.47% | 0.5% | - |
| HSV(B) | 238º | 0.64% | 0.73% | - |
| XYZ | 13.54 | 9.29 | 48.09 | - |
| YUV | 83.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 187 | 0.64 | 0.62 | 0 | 0.27 | 238 | 0.47 | 0.5 |
| Hex | 43 | 47 | BB | 40 | 3E | 0 | 1B | EE | 2F | 32 |
| Octal | 103 | 107 | 273 | 100 | 76 | 0 | 33 | 356 | 57 | 62 |
| Binary | 1000011 | 1000111 | 10111011 | 1000000 | 111110 | 0 | 11011 | 11101110 | 101111 | 110010 |
Color Harmonies of #4347BB
Complementary color
Monochromatic Colors of #4347BB
Black with #4347BB
Text Example
Text Example
White with #4347BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4347BB; }
p { color: rgb(67,71,187); }
H1.HeaderClassName
{
color: #4347BB;
}
.AnyTagClassName
{
color: #4347BB;
}
</style>
background-color css
<style>
a { background-color: #4347BB; }
a { background-color: rgb(67,71,187); }
div.DivClassName
{
background-color: #4347BB;
}
.BgClassName
{
background-color: #4347BB;
}
</style>
border-color css
<style>
span { border-color: #4347BB; }
span { border-color: rgb(67,71,187); }
td.TdClassName
{
border-color: #4347BB;
}
.TagClassName
{
border-color: #4347BB;
}
</style>