Shades of Free Speech Blue #354CDD
Tints of Free Speech Blue #354CDD
RGB
CMYK
RGB Variations
Color information
#354CDD (or 0x354CDD) is known color: Free Speech Blue. HEX triplet: 35, 4C and DD. RGB value is (53,76,221). Sum of RGB (Red+Green+Blue) = 53+76+221=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #354CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CDD is #CAB322. Grayscale: #555555. Windows color (decimal): -13284131 or 14502965. OLE color: 14502965.
HSL color Cylindrical-coordinate representation of color #354CDD: hue angle of 231.79º degrees, saturation: 0.71, 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 #354CDD is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 76 | 221 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.13 |
| HSL | 231.79º | 0.71% | 0.54% | - |
| HSV(B) | 231.79º | 0.76% | 0.87% | - |
| XYZ | 17.1 | 11.15 | 69.66 | - |
| YUV | 85.65 | 204.38 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 221 | 0.76 | 0.66 | 0 | 0.13 | 231.79 | 0.71 | 0.54 |
| Hex | 35 | 4C | DD | 4C | 42 | 0 | D | E8 | 47 | 36 |
| Octal | 65 | 114 | 335 | 114 | 102 | 0 | 15 | 350 | 107 | 66 |
| Binary | 110101 | 1001100 | 11011101 | 1001100 | 1000010 | 0 | 1101 | 11101000 | 1000111 | 110110 |
Color Harmonies of #354CDD
Complementary color
Monochromatic Colors of #354CDD
Black with #354CDD
Text Example
Text Example
White with #354CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CDD; }
p { color: rgb(53,76,221); }
H1.HeaderClassName
{
color: #354CDD;
}
.AnyTagClassName
{
color: #354CDD;
}
</style>
background-color css
<style>
a { background-color: #354CDD; }
a { background-color: rgb(53,76,221); }
div.DivClassName
{
background-color: #354CDD;
}
.BgClassName
{
background-color: #354CDD;
}
</style>
border-color css
<style>
span { border-color: #354CDD; }
span { border-color: rgb(53,76,221); }
td.TdClassName
{
border-color: #354CDD;
}
.TagClassName
{
border-color: #354CDD;
}
</style>