Shades of Free Speech Blue #4354BF
Tints of Free Speech Blue #4354BF
RGB
CMYK
RGB Variations
Color information
#4354BF (or 0x4354BF) is known color: Free Speech Blue. HEX triplet: 43, 54 and BF. RGB value is (67,84,191). Sum of RGB (Red+Green+Blue) = 67+84+191=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #4354BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4354BF is #BCAB40. Grayscale: #5A5A5A. Windows color (decimal): -12364609 or 12538947. OLE color: 12538947.
HSL color Cylindrical-coordinate representation of color #4354BF: hue angle of 231.77º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4354BF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 84 | 191 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.25 |
| HSL | 231.77º | 0.49% | 0.51% | - |
| HSV(B) | 231.77º | 0.65% | 0.75% | - |
| XYZ | 14.89 | 11.3 | 50.69 | - |
| YUV | 91.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 191 | 0.65 | 0.56 | 0 | 0.25 | 231.77 | 0.49 | 0.51 |
| Hex | 43 | 54 | BF | 41 | 38 | 0 | 19 | E8 | 31 | 33 |
| Octal | 103 | 124 | 277 | 101 | 70 | 0 | 31 | 350 | 61 | 63 |
| Binary | 1000011 | 1010100 | 10111111 | 1000001 | 111000 | 0 | 11001 | 11101000 | 110001 | 110011 |
Color Harmonies of #4354BF
Complementary color
Monochromatic Colors of #4354BF
Black with #4354BF
Text Example
Text Example
White with #4354BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354BF; }
p { color: rgb(67,84,191); }
H1.HeaderClassName
{
color: #4354BF;
}
.AnyTagClassName
{
color: #4354BF;
}
</style>
background-color css
<style>
a { background-color: #4354BF; }
a { background-color: rgb(67,84,191); }
div.DivClassName
{
background-color: #4354BF;
}
.BgClassName
{
background-color: #4354BF;
}
</style>
border-color css
<style>
span { border-color: #4354BF; }
span { border-color: rgb(67,84,191); }
td.TdClassName
{
border-color: #4354BF;
}
.TagClassName
{
border-color: #4354BF;
}
</style>