Shades of Free Speech Blue #3550C4
Tints of Free Speech Blue #3550C4
RGB
CMYK
RGB Variations
Color information
#3550C4 (or 0x3550C4) is known color: Free Speech Blue. HEX triplet: 35, 50 and C4. RGB value is (53,80,196). Sum of RGB (Red+Green+Blue) = 53+80+196=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 196 (76.95% from 255 or 59.57% from 329); Max value from RGB is 196 - color contains mainly: blue. Hex color #3550C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550C4 is #CAAF3B. Grayscale: #545454. Windows color (decimal): -13283132 or 12865589. OLE color: 12865589.
HSL color Cylindrical-coordinate representation of color #3550C4: hue angle of 228.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3550C4 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 80 | 196 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.23 |
| HSL | 228.67º | 0.57% | 0.49% | - |
| HSV(B) | 228.67º | 0.73% | 0.77% | - |
| XYZ | 14.3 | 10.48 | 53.49 | - |
| YUV | 85.15 | 190.55 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 196 | 0.73 | 0.59 | 0 | 0.23 | 228.67 | 0.57 | 0.49 |
| Hex | 35 | 50 | C4 | 49 | 3B | 0 | 17 | E5 | 39 | 31 |
| Octal | 65 | 120 | 304 | 111 | 73 | 0 | 27 | 345 | 71 | 61 |
| Binary | 110101 | 1010000 | 11000100 | 1001001 | 111011 | 0 | 10111 | 11100101 | 111001 | 110001 |
Color Harmonies of #3550C4
Complementary color
Monochromatic Colors of #3550C4
Black with #3550C4
Text Example
Text Example
White with #3550C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3550C4; }
p { color: rgb(53,80,196); }
H1.HeaderClassName
{
color: #3550C4;
}
.AnyTagClassName
{
color: #3550C4;
}
</style>
background-color css
<style>
a { background-color: #3550C4; }
a { background-color: rgb(53,80,196); }
div.DivClassName
{
background-color: #3550C4;
}
.BgClassName
{
background-color: #3550C4;
}
</style>
border-color css
<style>
span { border-color: #3550C4; }
span { border-color: rgb(53,80,196); }
td.TdClassName
{
border-color: #3550C4;
}
.TagClassName
{
border-color: #3550C4;
}
</style>