Shades of Free Speech Blue #355ECB
Tints of Free Speech Blue #355ECB
RGB
CMYK
RGB Variations
Color information
#355ECB (or 0x355ECB) is known color: Free Speech Blue. HEX triplet: 35, 5E and CB. RGB value is (53,94,203). Sum of RGB (Red+Green+Blue) = 53+94+203=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #355ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ECB is #CAA134. Grayscale: #5D5D5D. Windows color (decimal): -13279541 or 13327925. OLE color: 13327925.
HSL color Cylindrical-coordinate representation of color #355ECB: hue angle of 223.6º degrees, saturation: 0.59, 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 #355ECB is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 94 | 203 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.20 |
| HSL | 223.6º | 0.59% | 0.5% | - |
| HSV(B) | 223.6º | 0.74% | 0.8% | - |
| XYZ | 16.25 | 13.07 | 58.17 | - |
| YUV | 94.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 203 | 0.74 | 0.54 | 0 | 0.20 | 223.6 | 0.59 | 0.5 |
| Hex | 35 | 5E | CB | 4A | 36 | 0 | 14 | E0 | 3B | 32 |
| Octal | 65 | 136 | 313 | 112 | 66 | 0 | 24 | 340 | 73 | 62 |
| Binary | 110101 | 1011110 | 11001011 | 1001010 | 110110 | 0 | 10100 | 11100000 | 111011 | 110010 |
Color Harmonies of #355ECB
Complementary color
Monochromatic Colors of #355ECB
Black with #355ECB
Text Example
Text Example
White with #355ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355ECB; }
p { color: rgb(53,94,203); }
H1.HeaderClassName
{
color: #355ECB;
}
.AnyTagClassName
{
color: #355ECB;
}
</style>
background-color css
<style>
a { background-color: #355ECB; }
a { background-color: rgb(53,94,203); }
div.DivClassName
{
background-color: #355ECB;
}
.BgClassName
{
background-color: #355ECB;
}
</style>
border-color css
<style>
span { border-color: #355ECB; }
span { border-color: rgb(53,94,203); }
td.TdClassName
{
border-color: #355ECB;
}
.TagClassName
{
border-color: #355ECB;
}
</style>