Shades of Free Speech Blue #355ACC
Tints of Free Speech Blue #355ACC
RGB
CMYK
RGB Variations
Color information
#355ACC (or 0x355ACC) is known color: Free Speech Blue. HEX triplet: 35, 5A and CC. RGB value is (53,90,204). Sum of RGB (Red+Green+Blue) = 53+90+204=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #355ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ACC is #CAA533. Grayscale: #5B5B5B. Windows color (decimal): -13280564 or 13392437. OLE color: 13392437.
HSL color Cylindrical-coordinate representation of color #355ACC: hue angle of 225.3º 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 #355ACC is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 90 | 204 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.2 |
| HSL | 225.3º | 0.6% | 0.5% | - |
| HSV(B) | 225.3º | 0.74% | 0.8% | - |
| XYZ | 16.02 | 12.43 | 58.68 | - |
| YUV | 91.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 204 | 0.74 | 0.56 | 0 | 0.2 | 225.3 | 0.6 | 0.5 |
| Hex | 35 | 5A | CC | 4A | 38 | 0 | 14 | E1 | 3C | 32 |
| Octal | 65 | 132 | 314 | 112 | 70 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110101 | 1011010 | 11001100 | 1001010 | 111000 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #355ACC
Complementary color
Monochromatic Colors of #355ACC
Black with #355ACC
Text Example
Text Example
White with #355ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355ACC; }
p { color: rgb(53,90,204); }
H1.HeaderClassName
{
color: #355ACC;
}
.AnyTagClassName
{
color: #355ACC;
}
</style>
background-color css
<style>
a { background-color: #355ACC; }
a { background-color: rgb(53,90,204); }
div.DivClassName
{
background-color: #355ACC;
}
.BgClassName
{
background-color: #355ACC;
}
</style>
border-color css
<style>
span { border-color: #355ACC; }
span { border-color: rgb(53,90,204); }
td.TdClassName
{
border-color: #355ACC;
}
.TagClassName
{
border-color: #355ACC;
}
</style>