Shades of Free Speech Blue #353FE1
Tints of Free Speech Blue #353FE1
RGB
CMYK
RGB Variations
Color information
#353FE1 (or 0x353FE1) is known color: Free Speech Blue. HEX triplet: 35, 3F and E1. RGB value is (53,63,225). Sum of RGB (Red+Green+Blue) = 53+63+225=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #353FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FE1 is #CAC01E. Grayscale: #4D4D4D. Windows color (decimal): -13287455 or 14761781. OLE color: 14761781.
HSL color Cylindrical-coordinate representation of color #353FE1: hue angle of 236.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353FE1 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 63 | 225 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.12 |
| HSL | 236.51º | 0.74% | 0.55% | - |
| HSV(B) | 236.51º | 0.76% | 0.88% | - |
| XYZ | 16.84 | 9.75 | 72.23 | - |
| YUV | 78.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 225 | 0.76 | 0.72 | 0 | 0.12 | 236.51 | 0.74 | 0.55 |
| Hex | 35 | 3F | E1 | 4C | 48 | 0 | C | ED | 4A | 37 |
| Octal | 65 | 77 | 341 | 114 | 110 | 0 | 14 | 355 | 112 | 67 |
| Binary | 110101 | 111111 | 11100001 | 1001100 | 1001000 | 0 | 1100 | 11101101 | 1001010 | 110111 |
Color Harmonies of #353FE1
Complementary color
Monochromatic Colors of #353FE1
Black with #353FE1
Text Example
Text Example
White with #353FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FE1; }
p { color: rgb(53,63,225); }
H1.HeaderClassName
{
color: #353FE1;
}
.AnyTagClassName
{
color: #353FE1;
}
</style>
background-color css
<style>
a { background-color: #353FE1; }
a { background-color: rgb(53,63,225); }
div.DivClassName
{
background-color: #353FE1;
}
.BgClassName
{
background-color: #353FE1;
}
</style>
border-color css
<style>
span { border-color: #353FE1; }
span { border-color: rgb(53,63,225); }
td.TdClassName
{
border-color: #353FE1;
}
.TagClassName
{
border-color: #353FE1;
}
</style>