Shades of Free Speech Blue #4351BD
Tints of Free Speech Blue #4351BD
RGB
CMYK
RGB Variations
Color information
#4351BD (or 0x4351BD) is known color: Free Speech Blue. HEX triplet: 43, 51 and BD. RGB value is (67,81,189). Sum of RGB (Red+Green+Blue) = 67+81+189=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #4351BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4351BD is #BCAE42. Grayscale: #585858. Windows color (decimal): -12365379 or 12407107. OLE color: 12407107.
HSL color Cylindrical-coordinate representation of color #4351BD: hue angle of 233.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4351BD is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 81 | 189 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.26 |
| HSL | 233.11º | 0.48% | 0.5% | - |
| HSV(B) | 233.11º | 0.65% | 0.74% | - |
| XYZ | 14.44 | 10.75 | 49.46 | - |
| YUV | 89.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 189 | 0.65 | 0.57 | 0 | 0.26 | 233.11 | 0.48 | 0.5 |
| Hex | 43 | 51 | BD | 41 | 39 | 0 | 1A | E9 | 30 | 32 |
| Octal | 103 | 121 | 275 | 101 | 71 | 0 | 32 | 351 | 60 | 62 |
| Binary | 1000011 | 1010001 | 10111101 | 1000001 | 111001 | 0 | 11010 | 11101001 | 110000 | 110010 |
Color Harmonies of #4351BD
Complementary color
Monochromatic Colors of #4351BD
Black with #4351BD
Text Example
Text Example
White with #4351BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4351BD; }
p { color: rgb(67,81,189); }
H1.HeaderClassName
{
color: #4351BD;
}
.AnyTagClassName
{
color: #4351BD;
}
</style>
background-color css
<style>
a { background-color: #4351BD; }
a { background-color: rgb(67,81,189); }
div.DivClassName
{
background-color: #4351BD;
}
.BgClassName
{
background-color: #4351BD;
}
</style>
border-color css
<style>
span { border-color: #4351BD; }
span { border-color: rgb(67,81,189); }
td.TdClassName
{
border-color: #4351BD;
}
.TagClassName
{
border-color: #4351BD;
}
</style>