Shades of Free Speech Blue #4367BB
Tints of Free Speech Blue #4367BB
RGB
CMYK
RGB Variations
Color information
#4367BB (or 0x4367BB) is known color: Free Speech Blue. HEX triplet: 43, 67 and BB. RGB value is (67,103,187). Sum of RGB (Red+Green+Blue) = 67+103+187=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #4367BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4367BB is #BC9844. Grayscale: #656565. Windows color (decimal): -12359749 or 12281667. OLE color: 12281667.
HSL color Cylindrical-coordinate representation of color #4367BB: hue angle of 222º 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 #4367BB is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 103 | 187 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.27 |
| HSL | 222º | 0.47% | 0.5% | - |
| HSV(B) | 222º | 0.64% | 0.73% | - |
| XYZ | 16.13 | 14.48 | 48.96 | - |
| YUV | 101.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 103 | 187 | 0.64 | 0.45 | 0 | 0.27 | 222 | 0.47 | 0.5 |
| Hex | 43 | 67 | BB | 40 | 2D | 0 | 1B | DE | 2F | 32 |
| Octal | 103 | 147 | 273 | 100 | 55 | 0 | 33 | 336 | 57 | 62 |
| Binary | 1000011 | 1100111 | 10111011 | 1000000 | 101101 | 0 | 11011 | 11011110 | 101111 | 110010 |
Color Harmonies of #4367BB
Complementary color
Monochromatic Colors of #4367BB
Black with #4367BB
Text Example
Text Example
White with #4367BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4367BB; }
p { color: rgb(67,103,187); }
H1.HeaderClassName
{
color: #4367BB;
}
.AnyTagClassName
{
color: #4367BB;
}
</style>
background-color css
<style>
a { background-color: #4367BB; }
a { background-color: rgb(67,103,187); }
div.DivClassName
{
background-color: #4367BB;
}
.BgClassName
{
background-color: #4367BB;
}
</style>
border-color css
<style>
span { border-color: #4367BB; }
span { border-color: rgb(67,103,187); }
td.TdClassName
{
border-color: #4367BB;
}
.TagClassName
{
border-color: #4367BB;
}
</style>