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