Shades of Free Speech Blue #3554CA
Tints of Free Speech Blue #3554CA
RGB
CMYK
RGB Variations
Color information
#3554CA (or 0x3554CA) is known color: Free Speech Blue. HEX triplet: 35, 54 and CA. RGB value is (53,84,202). Sum of RGB (Red+Green+Blue) = 53+84+202=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #3554CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3554CA is #CAAB35. Grayscale: #575757. Windows color (decimal): -13282102 or 13259829. OLE color: 13259829.
HSL color Cylindrical-coordinate representation of color #3554CA: hue angle of 227.52º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3554CA is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 84 | 202 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.21 |
| HSL | 227.52º | 0.58% | 0.5% | - |
| HSV(B) | 227.52º | 0.74% | 0.79% | - |
| XYZ | 15.3 | 11.36 | 57.26 | - |
| YUV | 88.18 | 192.23 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 202 | 0.74 | 0.58 | 0 | 0.21 | 227.52 | 0.58 | 0.5 |
| Hex | 35 | 54 | CA | 4A | 3A | 0 | 15 | E4 | 3A | 32 |
| Octal | 65 | 124 | 312 | 112 | 72 | 0 | 25 | 344 | 72 | 62 |
| Binary | 110101 | 1010100 | 11001010 | 1001010 | 111010 | 0 | 10101 | 11100100 | 111010 | 110010 |
Color Harmonies of #3554CA
Complementary color
Monochromatic Colors of #3554CA
Black with #3554CA
Text Example
Text Example
White with #3554CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3554CA; }
p { color: rgb(53,84,202); }
H1.HeaderClassName
{
color: #3554CA;
}
.AnyTagClassName
{
color: #3554CA;
}
</style>
background-color css
<style>
a { background-color: #3554CA; }
a { background-color: rgb(53,84,202); }
div.DivClassName
{
background-color: #3554CA;
}
.BgClassName
{
background-color: #3554CA;
}
</style>
border-color css
<style>
span { border-color: #3554CA; }
span { border-color: rgb(53,84,202); }
td.TdClassName
{
border-color: #3554CA;
}
.TagClassName
{
border-color: #3554CA;
}
</style>