Shades of Free Speech Blue #353CE0
Tints of Free Speech Blue #353CE0
RGB
CMYK
RGB Variations
Color information
#353CE0 (or 0x353CE0) is known color: Free Speech Blue. HEX triplet: 35, 3C and E0. RGB value is (53,60,224). Sum of RGB (Red+Green+Blue) = 53+60+224=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #353CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CE0 is #CAC31F. Grayscale: #4B4B4B. Windows color (decimal): -13288224 or 14695477. OLE color: 14695477.
HSL color Cylindrical-coordinate representation of color #353CE0: hue angle of 237.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353CE0 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 60 | 224 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.12 |
| HSL | 237.54º | 0.73% | 0.54% | - |
| HSV(B) | 237.54º | 0.76% | 0.88% | - |
| XYZ | 16.54 | 9.37 | 71.46 | - |
| YUV | 76.6 | 211.18 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 224 | 0.76 | 0.73 | 0 | 0.12 | 237.54 | 0.73 | 0.54 |
| Hex | 35 | 3C | E0 | 4C | 49 | 0 | C | EE | 49 | 36 |
| Octal | 65 | 74 | 340 | 114 | 111 | 0 | 14 | 356 | 111 | 66 |
| Binary | 110101 | 111100 | 11100000 | 1001100 | 1001001 | 0 | 1100 | 11101110 | 1001001 | 110110 |
Color Harmonies of #353CE0
Complementary color
Monochromatic Colors of #353CE0
Black with #353CE0
Text Example
Text Example
White with #353CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CE0; }
p { color: rgb(53,60,224); }
H1.HeaderClassName
{
color: #353CE0;
}
.AnyTagClassName
{
color: #353CE0;
}
</style>
background-color css
<style>
a { background-color: #353CE0; }
a { background-color: rgb(53,60,224); }
div.DivClassName
{
background-color: #353CE0;
}
.BgClassName
{
background-color: #353CE0;
}
</style>
border-color css
<style>
span { border-color: #353CE0; }
span { border-color: rgb(53,60,224); }
td.TdClassName
{
border-color: #353CE0;
}
.TagClassName
{
border-color: #353CE0;
}
</style>