Shades of Free Speech Blue #3556CA
Tints of Free Speech Blue #3556CA
RGB
CMYK
RGB Variations
Color information
#3556CA (or 0x3556CA) is known color: Free Speech Blue. HEX triplet: 35, 56 and CA. RGB value is (53,86,202). Sum of RGB (Red+Green+Blue) = 53+86+202=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #3556CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3556CA is #CAA935. Grayscale: #585858. Windows color (decimal): -13281590 or 13260341. OLE color: 13260341.
HSL color Cylindrical-coordinate representation of color #3556CA: hue angle of 226.71º 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 #3556CA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 86 | 202 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.21 |
| HSL | 226.71º | 0.58% | 0.5% | - |
| HSV(B) | 226.71º | 0.74% | 0.79% | - |
| XYZ | 15.46 | 11.68 | 57.32 | - |
| YUV | 89.36 | 191.57 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 202 | 0.74 | 0.57 | 0 | 0.21 | 226.71 | 0.58 | 0.5 |
| Hex | 35 | 56 | CA | 4A | 39 | 0 | 15 | E3 | 3A | 32 |
| Octal | 65 | 126 | 312 | 112 | 71 | 0 | 25 | 343 | 72 | 62 |
| Binary | 110101 | 1010110 | 11001010 | 1001010 | 111001 | 0 | 10101 | 11100011 | 111010 | 110010 |
Color Harmonies of #3556CA
Complementary color
Monochromatic Colors of #3556CA
Black with #3556CA
Text Example
Text Example
White with #3556CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3556CA; }
p { color: rgb(53,86,202); }
H1.HeaderClassName
{
color: #3556CA;
}
.AnyTagClassName
{
color: #3556CA;
}
</style>
background-color css
<style>
a { background-color: #3556CA; }
a { background-color: rgb(53,86,202); }
div.DivClassName
{
background-color: #3556CA;
}
.BgClassName
{
background-color: #3556CA;
}
</style>
border-color css
<style>
span { border-color: #3556CA; }
span { border-color: rgb(53,86,202); }
td.TdClassName
{
border-color: #3556CA;
}
.TagClassName
{
border-color: #3556CA;
}
</style>