Shades of Free Speech Blue #4350BE
Tints of Free Speech Blue #4350BE
RGB
CMYK
RGB Variations
Color information
#4350BE (or 0x4350BE) is known color: Free Speech Blue. HEX triplet: 43, 50 and BE. RGB value is (67,80,190). Sum of RGB (Red+Green+Blue) = 67+80+190=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #4350BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4350BE is #BCAF41. Grayscale: #585858. Windows color (decimal): -12365634 or 12472387. OLE color: 12472387.
HSL color Cylindrical-coordinate representation of color #4350BE: hue angle of 233.66º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4350BE is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 80 | 190 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.25 |
| HSL | 233.66º | 0.49% | 0.5% | - |
| HSV(B) | 233.66º | 0.65% | 0.75% | - |
| XYZ | 14.48 | 10.65 | 50.01 | - |
| YUV | 88.65 | 185.19 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 190 | 0.65 | 0.58 | 0 | 0.25 | 233.66 | 0.49 | 0.5 |
| Hex | 43 | 50 | BE | 41 | 3A | 0 | 19 | EA | 31 | 32 |
| Octal | 103 | 120 | 276 | 101 | 72 | 0 | 31 | 352 | 61 | 62 |
| Binary | 1000011 | 1010000 | 10111110 | 1000001 | 111010 | 0 | 11001 | 11101010 | 110001 | 110010 |
Color Harmonies of #4350BE
Complementary color
Monochromatic Colors of #4350BE
Black with #4350BE
Text Example
Text Example
White with #4350BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350BE; }
p { color: rgb(67,80,190); }
H1.HeaderClassName
{
color: #4350BE;
}
.AnyTagClassName
{
color: #4350BE;
}
</style>
background-color css
<style>
a { background-color: #4350BE; }
a { background-color: rgb(67,80,190); }
div.DivClassName
{
background-color: #4350BE;
}
.BgClassName
{
background-color: #4350BE;
}
</style>
border-color css
<style>
span { border-color: #4350BE; }
span { border-color: rgb(67,80,190); }
td.TdClassName
{
border-color: #4350BE;
}
.TagClassName
{
border-color: #4350BE;
}
</style>