Shades of Free Speech Blue #354FDA
Tints of Free Speech Blue #354FDA
RGB
CMYK
RGB Variations
Color information
#354FDA (or 0x354FDA) is known color: Free Speech Blue. HEX triplet: 35, 4F and DA. RGB value is (53,79,218). Sum of RGB (Red+Green+Blue) = 53+79+218=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #354FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FDA is #CAB025. Grayscale: #565656. Windows color (decimal): -13283366 or 14307125. OLE color: 14307125.
HSL color Cylindrical-coordinate representation of color #354FDA: hue angle of 230.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354FDA is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 79 | 218 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.15 |
| HSL | 230.55º | 0.69% | 0.53% | - |
| HSV(B) | 230.55º | 0.76% | 0.85% | - |
| XYZ | 16.92 | 11.41 | 67.64 | - |
| YUV | 87.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 218 | 0.76 | 0.64 | 0 | 0.15 | 230.55 | 0.69 | 0.53 |
| Hex | 35 | 4F | DA | 4C | 40 | 0 | F | E7 | 45 | 35 |
| Octal | 65 | 117 | 332 | 114 | 100 | 0 | 17 | 347 | 105 | 65 |
| Binary | 110101 | 1001111 | 11011010 | 1001100 | 1000000 | 0 | 1111 | 11100111 | 1000101 | 110101 |
Color Harmonies of #354FDA
Complementary color
Monochromatic Colors of #354FDA
Black with #354FDA
Text Example
Text Example
White with #354FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FDA; }
p { color: rgb(53,79,218); }
H1.HeaderClassName
{
color: #354FDA;
}
.AnyTagClassName
{
color: #354FDA;
}
</style>
background-color css
<style>
a { background-color: #354FDA; }
a { background-color: rgb(53,79,218); }
div.DivClassName
{
background-color: #354FDA;
}
.BgClassName
{
background-color: #354FDA;
}
</style>
border-color css
<style>
span { border-color: #354FDA; }
span { border-color: rgb(53,79,218); }
td.TdClassName
{
border-color: #354FDA;
}
.TagClassName
{
border-color: #354FDA;
}
</style>