Shades of Free Speech Blue #4349DF
Tints of Free Speech Blue #4349DF
RGB
CMYK
RGB Variations
Color information
#4349DF (or 0x4349DF) is known color: Free Speech Blue. HEX triplet: 43, 49 and DF. RGB value is (67,73,223). Sum of RGB (Red+Green+Blue) = 67+73+223=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #4349DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4349DF is #BCB620. Grayscale: #575757. Windows color (decimal): -12367393 or 14633283. OLE color: 14633283.
HSL color Cylindrical-coordinate representation of color #4349DF: hue angle of 237.69º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4349DF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 73 | 223 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.13 |
| HSL | 237.69º | 0.71% | 0.57% | - |
| HSV(B) | 237.69º | 0.7% | 0.87% | - |
| XYZ | 18.02 | 11.29 | 71.04 | - |
| YUV | 88.31 | 204.01 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 223 | 0.70 | 0.67 | 0 | 0.13 | 237.69 | 0.71 | 0.57 |
| Hex | 43 | 49 | DF | 46 | 43 | 0 | D | EE | 47 | 39 |
| Octal | 103 | 111 | 337 | 106 | 103 | 0 | 15 | 356 | 107 | 71 |
| Binary | 1000011 | 1001001 | 11011111 | 1000110 | 1000011 | 0 | 1101 | 11101110 | 1000111 | 111001 |
Color Harmonies of #4349DF
Complementary color
Monochromatic Colors of #4349DF
Black with #4349DF
Text Example
Text Example
White with #4349DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349DF; }
p { color: rgb(67,73,223); }
H1.HeaderClassName
{
color: #4349DF;
}
.AnyTagClassName
{
color: #4349DF;
}
</style>
background-color css
<style>
a { background-color: #4349DF; }
a { background-color: rgb(67,73,223); }
div.DivClassName
{
background-color: #4349DF;
}
.BgClassName
{
background-color: #4349DF;
}
</style>
border-color css
<style>
span { border-color: #4349DF; }
span { border-color: rgb(67,73,223); }
td.TdClassName
{
border-color: #4349DF;
}
.TagClassName
{
border-color: #4349DF;
}
</style>