Shades of Free Speech Blue #353CCA
Tints of Free Speech Blue #353CCA
RGB
CMYK
RGB Variations
Color information
#353CCA (or 0x353CCA) is known color: Free Speech Blue. HEX triplet: 35, 3C and CA. RGB value is (53,60,202). Sum of RGB (Red+Green+Blue) = 53+60+202=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #353CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CCA is #CAC335. Grayscale: #494949. Windows color (decimal): -13288246 or 13253685. OLE color: 13253685.
HSL color Cylindrical-coordinate representation of color #353CCA: hue angle of 237.18º 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 #353CCA is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 60 | 202 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.21 |
| HSL | 237.18º | 0.58% | 0.5% | - |
| HSV(B) | 237.18º | 0.74% | 0.79% | - |
| XYZ | 13.74 | 8.25 | 56.75 | - |
| YUV | 74.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 202 | 0.74 | 0.70 | 0 | 0.21 | 237.18 | 0.58 | 0.5 |
| Hex | 35 | 3C | CA | 4A | 46 | 0 | 15 | ED | 3A | 32 |
| Octal | 65 | 74 | 312 | 112 | 106 | 0 | 25 | 355 | 72 | 62 |
| Binary | 110101 | 111100 | 11001010 | 1001010 | 1000110 | 0 | 10101 | 11101101 | 111010 | 110010 |
Color Harmonies of #353CCA
Complementary color
Monochromatic Colors of #353CCA
Black with #353CCA
Text Example
Text Example
White with #353CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CCA; }
p { color: rgb(53,60,202); }
H1.HeaderClassName
{
color: #353CCA;
}
.AnyTagClassName
{
color: #353CCA;
}
</style>
background-color css
<style>
a { background-color: #353CCA; }
a { background-color: rgb(53,60,202); }
div.DivClassName
{
background-color: #353CCA;
}
.BgClassName
{
background-color: #353CCA;
}
</style>
border-color css
<style>
span { border-color: #353CCA; }
span { border-color: rgb(53,60,202); }
td.TdClassName
{
border-color: #353CCA;
}
.TagClassName
{
border-color: #353CCA;
}
</style>