Shades of Free Speech Blue #4344BB
Tints of Free Speech Blue #4344BB
RGB
CMYK
RGB Variations
Color information
#4344BB (or 0x4344BB) is known color: Free Speech Blue. HEX triplet: 43, 44 and BB. RGB value is (67,68,187). Sum of RGB (Red+Green+Blue) = 67+68+187=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #4344BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4344BB is #BCBB44. Grayscale: #505050. Windows color (decimal): -12368709 or 12272707. OLE color: 12272707.
HSL color Cylindrical-coordinate representation of color #4344BB: hue angle of 239.5º 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 #4344BB is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 68 | 187 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.27 |
| HSL | 239.5º | 0.47% | 0.5% | - |
| HSV(B) | 239.5º | 0.64% | 0.73% | - |
| XYZ | 13.35 | 8.92 | 48.03 | - |
| YUV | 81.27 | 187.67 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 187 | 0.64 | 0.64 | 0 | 0.27 | 239.5 | 0.47 | 0.5 |
| Hex | 43 | 44 | BB | 40 | 40 | 0 | 1B | F0 | 2F | 32 |
| Octal | 103 | 104 | 273 | 100 | 100 | 0 | 33 | 360 | 57 | 62 |
| Binary | 1000011 | 1000100 | 10111011 | 1000000 | 1000000 | 0 | 11011 | 11110000 | 101111 | 110010 |
Color Harmonies of #4344BB
Complementary color
Monochromatic Colors of #4344BB
Black with #4344BB
Text Example
Text Example
White with #4344BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4344BB; }
p { color: rgb(67,68,187); }
H1.HeaderClassName
{
color: #4344BB;
}
.AnyTagClassName
{
color: #4344BB;
}
</style>
background-color css
<style>
a { background-color: #4344BB; }
a { background-color: rgb(67,68,187); }
div.DivClassName
{
background-color: #4344BB;
}
.BgClassName
{
background-color: #4344BB;
}
</style>
border-color css
<style>
span { border-color: #4344BB; }
span { border-color: rgb(67,68,187); }
td.TdClassName
{
border-color: #4344BB;
}
.TagClassName
{
border-color: #4344BB;
}
</style>