Shades of Free Speech Blue #354DCE
Tints of Free Speech Blue #354DCE
RGB
CMYK
RGB Variations
Color information
#354DCE (or 0x354DCE) is known color: Free Speech Blue. HEX triplet: 35, 4D and CE. RGB value is (53,77,206). Sum of RGB (Red+Green+Blue) = 53+77+206=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #354DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DCE is #CAB231. Grayscale: #535353. Windows color (decimal): -13283890 or 13520181. OLE color: 13520181.
HSL color Cylindrical-coordinate representation of color #354DCE: hue angle of 230.59º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354DCE is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 77 | 206 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.19 |
| HSL | 230.59º | 0.61% | 0.51% | - |
| HSV(B) | 230.59º | 0.74% | 0.81% | - |
| XYZ | 15.26 | 10.52 | 59.62 | - |
| YUV | 84.53 | 196.55 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 206 | 0.74 | 0.63 | 0 | 0.19 | 230.59 | 0.61 | 0.51 |
| Hex | 35 | 4D | CE | 4A | 3F | 0 | 13 | E7 | 3D | 33 |
| Octal | 65 | 115 | 316 | 112 | 77 | 0 | 23 | 347 | 75 | 63 |
| Binary | 110101 | 1001101 | 11001110 | 1001010 | 111111 | 0 | 10011 | 11100111 | 111101 | 110011 |
Color Harmonies of #354DCE
Complementary color
Monochromatic Colors of #354DCE
Black with #354DCE
Text Example
Text Example
White with #354DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DCE; }
p { color: rgb(53,77,206); }
H1.HeaderClassName
{
color: #354DCE;
}
.AnyTagClassName
{
color: #354DCE;
}
</style>
background-color css
<style>
a { background-color: #354DCE; }
a { background-color: rgb(53,77,206); }
div.DivClassName
{
background-color: #354DCE;
}
.BgClassName
{
background-color: #354DCE;
}
</style>
border-color css
<style>
span { border-color: #354DCE; }
span { border-color: rgb(53,77,206); }
td.TdClassName
{
border-color: #354DCE;
}
.TagClassName
{
border-color: #354DCE;
}
</style>