Shades of Free Speech Blue #354BC5
Tints of Free Speech Blue #354BC5
RGB
CMYK
RGB Variations
Color information
#354BC5 (or 0x354BC5) is known color: Free Speech Blue. HEX triplet: 35, 4B and C5. RGB value is (53,75,197). Sum of RGB (Red+Green+Blue) = 53+75+197=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #354BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BC5 is #CAB43A. Grayscale: #515151. Windows color (decimal): -13284411 or 12929845. OLE color: 12929845.
HSL color Cylindrical-coordinate representation of color #354BC5: hue angle of 230.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354BC5 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 75 | 197 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.23 |
| HSL | 230.83º | 0.58% | 0.49% | - |
| HSV(B) | 230.83º | 0.73% | 0.77% | - |
| XYZ | 14.06 | 9.82 | 53.98 | - |
| YUV | 82.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 197 | 0.73 | 0.62 | 0 | 0.23 | 230.83 | 0.58 | 0.49 |
| Hex | 35 | 4B | C5 | 49 | 3E | 0 | 17 | E7 | 3A | 31 |
| Octal | 65 | 113 | 305 | 111 | 76 | 0 | 27 | 347 | 72 | 61 |
| Binary | 110101 | 1001011 | 11000101 | 1001001 | 111110 | 0 | 10111 | 11100111 | 111010 | 110001 |
Color Harmonies of #354BC5
Complementary color
Monochromatic Colors of #354BC5
Black with #354BC5
Text Example
Text Example
White with #354BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BC5; }
p { color: rgb(53,75,197); }
H1.HeaderClassName
{
color: #354BC5;
}
.AnyTagClassName
{
color: #354BC5;
}
</style>
background-color css
<style>
a { background-color: #354BC5; }
a { background-color: rgb(53,75,197); }
div.DivClassName
{
background-color: #354BC5;
}
.BgClassName
{
background-color: #354BC5;
}
</style>
border-color css
<style>
span { border-color: #354BC5; }
span { border-color: rgb(53,75,197); }
td.TdClassName
{
border-color: #354BC5;
}
.TagClassName
{
border-color: #354BC5;
}
</style>