Shades of Free Speech Blue #353CCD
Tints of Free Speech Blue #353CCD
RGB
CMYK
RGB Variations
Color information
#353CCD (or 0x353CCD) is known color: Free Speech Blue. HEX triplet: 35, 3C and CD. RGB value is (53,60,205). Sum of RGB (Red+Green+Blue) = 53+60+205=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #353CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CCD is #CAC332. Grayscale: #494949. Windows color (decimal): -13288243 or 13450293. OLE color: 13450293.
HSL color Cylindrical-coordinate representation of color #353CCD: hue angle of 237.24º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353CCD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 60 | 205 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.20 |
| HSL | 237.24º | 0.6% | 0.51% | - |
| HSV(B) | 237.24º | 0.74% | 0.8% | - |
| XYZ | 14.1 | 8.4 | 58.63 | - |
| YUV | 74.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 205 | 0.74 | 0.71 | 0 | 0.20 | 237.24 | 0.6 | 0.51 |
| Hex | 35 | 3C | CD | 4A | 47 | 0 | 14 | ED | 3C | 33 |
| Octal | 65 | 74 | 315 | 112 | 107 | 0 | 24 | 355 | 74 | 63 |
| Binary | 110101 | 111100 | 11001101 | 1001010 | 1000111 | 0 | 10100 | 11101101 | 111100 | 110011 |
Color Harmonies of #353CCD
Complementary color
Monochromatic Colors of #353CCD
Black with #353CCD
Text Example
Text Example
White with #353CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CCD; }
p { color: rgb(53,60,205); }
H1.HeaderClassName
{
color: #353CCD;
}
.AnyTagClassName
{
color: #353CCD;
}
</style>
background-color css
<style>
a { background-color: #353CCD; }
a { background-color: rgb(53,60,205); }
div.DivClassName
{
background-color: #353CCD;
}
.BgClassName
{
background-color: #353CCD;
}
</style>
border-color css
<style>
span { border-color: #353CCD; }
span { border-color: rgb(53,60,205); }
td.TdClassName
{
border-color: #353CCD;
}
.TagClassName
{
border-color: #353CCD;
}
</style>