Shades of Free Speech Blue #353DCC
Tints of Free Speech Blue #353DCC
RGB
CMYK
RGB Variations
Color information
#353DCC (or 0x353DCC) is known color: Free Speech Blue. HEX triplet: 35, 3D and CC. RGB value is (53,61,204). Sum of RGB (Red+Green+Blue) = 53+61+204=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #353DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DCC is #CAC233. Grayscale: #4A4A4A. Windows color (decimal): -13287988 or 13385013. OLE color: 13385013.
HSL color Cylindrical-coordinate representation of color #353DCC: hue angle of 236.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353DCC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 61 | 204 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.2 |
| HSL | 236.82º | 0.6% | 0.5% | - |
| HSV(B) | 236.82º | 0.74% | 0.8% | - |
| XYZ | 14.04 | 8.45 | 58.02 | - |
| YUV | 74.91 | 200.85 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 204 | 0.74 | 0.70 | 0 | 0.2 | 236.82 | 0.6 | 0.5 |
| Hex | 35 | 3D | CC | 4A | 46 | 0 | 14 | ED | 3C | 32 |
| Octal | 65 | 75 | 314 | 112 | 106 | 0 | 24 | 355 | 74 | 62 |
| Binary | 110101 | 111101 | 11001100 | 1001010 | 1000110 | 0 | 10100 | 11101101 | 111100 | 110010 |
Color Harmonies of #353DCC
Complementary color
Monochromatic Colors of #353DCC
Black with #353DCC
Text Example
Text Example
White with #353DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DCC; }
p { color: rgb(53,61,204); }
H1.HeaderClassName
{
color: #353DCC;
}
.AnyTagClassName
{
color: #353DCC;
}
</style>
background-color css
<style>
a { background-color: #353DCC; }
a { background-color: rgb(53,61,204); }
div.DivClassName
{
background-color: #353DCC;
}
.BgClassName
{
background-color: #353DCC;
}
</style>
border-color css
<style>
span { border-color: #353DCC; }
span { border-color: rgb(53,61,204); }
td.TdClassName
{
border-color: #353DCC;
}
.TagClassName
{
border-color: #353DCC;
}
</style>