Shades of Free Speech Blue #354ADF
Tints of Free Speech Blue #354ADF
RGB
CMYK
RGB Variations
Color information
#354ADF (or 0x354ADF) is known color: Free Speech Blue. HEX triplet: 35, 4A and DF. RGB value is (53,74,223). Sum of RGB (Red+Green+Blue) = 53+74+223=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #354ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ADF is #CAB520. Grayscale: #545454. Windows color (decimal): -13284641 or 14633525. OLE color: 14633525.
HSL color Cylindrical-coordinate representation of color #354ADF: hue angle of 232.59º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354ADF is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 74 | 223 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.13 |
| HSL | 232.59º | 0.73% | 0.54% | - |
| HSV(B) | 232.59º | 0.76% | 0.87% | - |
| XYZ | 17.24 | 10.98 | 71.02 | - |
| YUV | 84.71 | 206.04 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 223 | 0.76 | 0.67 | 0 | 0.13 | 232.59 | 0.73 | 0.54 |
| Hex | 35 | 4A | DF | 4C | 43 | 0 | D | E9 | 49 | 36 |
| Octal | 65 | 112 | 337 | 114 | 103 | 0 | 15 | 351 | 111 | 66 |
| Binary | 110101 | 1001010 | 11011111 | 1001100 | 1000011 | 0 | 1101 | 11101001 | 1001001 | 110110 |
Color Harmonies of #354ADF
Complementary color
Monochromatic Colors of #354ADF
Black with #354ADF
Text Example
Text Example
White with #354ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354ADF; }
p { color: rgb(53,74,223); }
H1.HeaderClassName
{
color: #354ADF;
}
.AnyTagClassName
{
color: #354ADF;
}
</style>
background-color css
<style>
a { background-color: #354ADF; }
a { background-color: rgb(53,74,223); }
div.DivClassName
{
background-color: #354ADF;
}
.BgClassName
{
background-color: #354ADF;
}
</style>
border-color css
<style>
span { border-color: #354ADF; }
span { border-color: rgb(53,74,223); }
td.TdClassName
{
border-color: #354ADF;
}
.TagClassName
{
border-color: #354ADF;
}
</style>