Shades of Free Speech Blue #355ACE
Tints of Free Speech Blue #355ACE
RGB
CMYK
RGB Variations
Color information
#355ACE (or 0x355ACE) is known color: Free Speech Blue. HEX triplet: 35, 5A and CE. RGB value is (53,90,206). Sum of RGB (Red+Green+Blue) = 53+90+206=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #355ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ACE is #CAA531. Grayscale: #5B5B5B. Windows color (decimal): -13280562 or 13523509. OLE color: 13523509.
HSL color Cylindrical-coordinate representation of color #355ACE: hue angle of 225.49º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355ACE is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 90 | 206 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.19 |
| HSL | 225.49º | 0.61% | 0.51% | - |
| HSV(B) | 225.49º | 0.74% | 0.81% | - |
| XYZ | 16.26 | 12.53 | 59.95 | - |
| YUV | 92.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 206 | 0.74 | 0.56 | 0 | 0.19 | 225.49 | 0.61 | 0.51 |
| Hex | 35 | 5A | CE | 4A | 38 | 0 | 13 | E1 | 3D | 33 |
| Octal | 65 | 132 | 316 | 112 | 70 | 0 | 23 | 341 | 75 | 63 |
| Binary | 110101 | 1011010 | 11001110 | 1001010 | 111000 | 0 | 10011 | 11100001 | 111101 | 110011 |
Color Harmonies of #355ACE
Complementary color
Monochromatic Colors of #355ACE
Black with #355ACE
Text Example
Text Example
White with #355ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355ACE; }
p { color: rgb(53,90,206); }
H1.HeaderClassName
{
color: #355ACE;
}
.AnyTagClassName
{
color: #355ACE;
}
</style>
background-color css
<style>
a { background-color: #355ACE; }
a { background-color: rgb(53,90,206); }
div.DivClassName
{
background-color: #355ACE;
}
.BgClassName
{
background-color: #355ACE;
}
</style>
border-color css
<style>
span { border-color: #355ACE; }
span { border-color: rgb(53,90,206); }
td.TdClassName
{
border-color: #355ACE;
}
.TagClassName
{
border-color: #355ACE;
}
</style>