Shades of Free Speech Blue #354DCB
Tints of Free Speech Blue #354DCB
RGB
CMYK
RGB Variations
Color information
#354DCB (or 0x354DCB) is known color: Free Speech Blue. HEX triplet: 35, 4D and CB. RGB value is (53,77,203). Sum of RGB (Red+Green+Blue) = 53+77+203=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #354DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DCB is #CAB234. Grayscale: #535353. Windows color (decimal): -13283893 or 13323573. OLE color: 13323573.
HSL color Cylindrical-coordinate representation of color #354DCB: hue angle of 230.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354DCB is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 77 | 203 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.20 |
| HSL | 230.4º | 0.59% | 0.5% | - |
| HSV(B) | 230.4º | 0.74% | 0.8% | - |
| XYZ | 14.9 | 10.38 | 57.72 | - |
| YUV | 84.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 203 | 0.74 | 0.62 | 0 | 0.20 | 230.4 | 0.59 | 0.5 |
| Hex | 35 | 4D | CB | 4A | 3E | 0 | 14 | E6 | 3B | 32 |
| Octal | 65 | 115 | 313 | 112 | 76 | 0 | 24 | 346 | 73 | 62 |
| Binary | 110101 | 1001101 | 11001011 | 1001010 | 111110 | 0 | 10100 | 11100110 | 111011 | 110010 |
Color Harmonies of #354DCB
Complementary color
Monochromatic Colors of #354DCB
Black with #354DCB
Text Example
Text Example
White with #354DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DCB; }
p { color: rgb(53,77,203); }
H1.HeaderClassName
{
color: #354DCB;
}
.AnyTagClassName
{
color: #354DCB;
}
</style>
background-color css
<style>
a { background-color: #354DCB; }
a { background-color: rgb(53,77,203); }
div.DivClassName
{
background-color: #354DCB;
}
.BgClassName
{
background-color: #354DCB;
}
</style>
border-color css
<style>
span { border-color: #354DCB; }
span { border-color: rgb(53,77,203); }
td.TdClassName
{
border-color: #354DCB;
}
.TagClassName
{
border-color: #354DCB;
}
</style>