Shades of Free Speech Blue #353CDA
Tints of Free Speech Blue #353CDA
RGB
CMYK
RGB Variations
Color information
#353CDA (or 0x353CDA) is known color: Free Speech Blue. HEX triplet: 35, 3C and DA. RGB value is (53,60,218). Sum of RGB (Red+Green+Blue) = 53+60+218=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #353CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CDA is #CAC325. Grayscale: #4B4B4B. Windows color (decimal): -13288230 or 14302261. OLE color: 14302261.
HSL color Cylindrical-coordinate representation of color #353CDA: hue angle of 237.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353CDA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 60 | 218 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.15 |
| HSL | 237.45º | 0.69% | 0.53% | - |
| HSV(B) | 237.45º | 0.76% | 0.85% | - |
| XYZ | 15.74 | 9.05 | 67.25 | - |
| YUV | 75.92 | 208.18 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 218 | 0.76 | 0.72 | 0 | 0.15 | 237.45 | 0.69 | 0.53 |
| Hex | 35 | 3C | DA | 4C | 48 | 0 | F | ED | 45 | 35 |
| Octal | 65 | 74 | 332 | 114 | 110 | 0 | 17 | 355 | 105 | 65 |
| Binary | 110101 | 111100 | 11011010 | 1001100 | 1001000 | 0 | 1111 | 11101101 | 1000101 | 110101 |
Color Harmonies of #353CDA
Complementary color
Monochromatic Colors of #353CDA
Black with #353CDA
Text Example
Text Example
White with #353CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CDA; }
p { color: rgb(53,60,218); }
H1.HeaderClassName
{
color: #353CDA;
}
.AnyTagClassName
{
color: #353CDA;
}
</style>
background-color css
<style>
a { background-color: #353CDA; }
a { background-color: rgb(53,60,218); }
div.DivClassName
{
background-color: #353CDA;
}
.BgClassName
{
background-color: #353CDA;
}
</style>
border-color css
<style>
span { border-color: #353CDA; }
span { border-color: rgb(53,60,218); }
td.TdClassName
{
border-color: #353CDA;
}
.TagClassName
{
border-color: #353CDA;
}
</style>