Shades of Free Speech Blue #4349BD
Tints of Free Speech Blue #4349BD
RGB
CMYK
RGB Variations
Color information
#4349BD (or 0x4349BD) is known color: Free Speech Blue. HEX triplet: 43, 49 and BD. RGB value is (67,73,189). Sum of RGB (Red+Green+Blue) = 67+73+189=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #4349BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4349BD is #BCB642. Grayscale: #535353. Windows color (decimal): -12367427 or 12405059. OLE color: 12405059.
HSL color Cylindrical-coordinate representation of color #4349BD: hue angle of 237.05º 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 #4349BD is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 73 | 189 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.26 |
| HSL | 237.05º | 0.48% | 0.5% | - |
| HSV(B) | 237.05º | 0.65% | 0.74% | - |
| XYZ | 13.88 | 9.63 | 49.27 | - |
| YUV | 84.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 189 | 0.65 | 0.61 | 0 | 0.26 | 237.05 | 0.48 | 0.5 |
| Hex | 43 | 49 | BD | 41 | 3D | 0 | 1A | ED | 30 | 32 |
| Octal | 103 | 111 | 275 | 101 | 75 | 0 | 32 | 355 | 60 | 62 |
| Binary | 1000011 | 1001001 | 10111101 | 1000001 | 111101 | 0 | 11010 | 11101101 | 110000 | 110010 |
Color Harmonies of #4349BD
Complementary color
Monochromatic Colors of #4349BD
Black with #4349BD
Text Example
Text Example
White with #4349BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349BD; }
p { color: rgb(67,73,189); }
H1.HeaderClassName
{
color: #4349BD;
}
.AnyTagClassName
{
color: #4349BD;
}
</style>
background-color css
<style>
a { background-color: #4349BD; }
a { background-color: rgb(67,73,189); }
div.DivClassName
{
background-color: #4349BD;
}
.BgClassName
{
background-color: #4349BD;
}
</style>
border-color css
<style>
span { border-color: #4349BD; }
span { border-color: rgb(67,73,189); }
td.TdClassName
{
border-color: #4349BD;
}
.TagClassName
{
border-color: #4349BD;
}
</style>