Shades of Free Speech Blue #4354BE
Tints of Free Speech Blue #4354BE
RGB
CMYK
RGB Variations
Color information
#4354BE (or 0x4354BE) is known color: Free Speech Blue. HEX triplet: 43, 54 and BE. RGB value is (67,84,190). Sum of RGB (Red+Green+Blue) = 67+84+190=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #4354BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4354BE is #BCAB41. Grayscale: #5A5A5A. Windows color (decimal): -12364610 or 12473411. OLE color: 12473411.
HSL color Cylindrical-coordinate representation of color #4354BE: hue angle of 231.71º 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 #4354BE is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 84 | 190 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.25 |
| HSL | 231.71º | 0.49% | 0.5% | - |
| HSV(B) | 231.71º | 0.65% | 0.75% | - |
| XYZ | 14.78 | 11.25 | 50.11 | - |
| YUV | 91 | 183.87 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 190 | 0.65 | 0.56 | 0 | 0.25 | 231.71 | 0.49 | 0.5 |
| Hex | 43 | 54 | BE | 41 | 38 | 0 | 19 | E8 | 31 | 32 |
| Octal | 103 | 124 | 276 | 101 | 70 | 0 | 31 | 350 | 61 | 62 |
| Binary | 1000011 | 1010100 | 10111110 | 1000001 | 111000 | 0 | 11001 | 11101000 | 110001 | 110010 |
Color Harmonies of #4354BE
Complementary color
Monochromatic Colors of #4354BE
Black with #4354BE
Text Example
Text Example
White with #4354BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354BE; }
p { color: rgb(67,84,190); }
H1.HeaderClassName
{
color: #4354BE;
}
.AnyTagClassName
{
color: #4354BE;
}
</style>
background-color css
<style>
a { background-color: #4354BE; }
a { background-color: rgb(67,84,190); }
div.DivClassName
{
background-color: #4354BE;
}
.BgClassName
{
background-color: #4354BE;
}
</style>
border-color css
<style>
span { border-color: #4354BE; }
span { border-color: rgb(67,84,190); }
td.TdClassName
{
border-color: #4354BE;
}
.TagClassName
{
border-color: #4354BE;
}
</style>