Shades of Free Speech Blue #355ACB
Tints of Free Speech Blue #355ACB
RGB
CMYK
RGB Variations
Color information
#355ACB (or 0x355ACB) is known color: Free Speech Blue. HEX triplet: 35, 5A and CB. RGB value is (53,90,203). Sum of RGB (Red+Green+Blue) = 53+90+203=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #355ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ACB is #CAA534. Grayscale: #5B5B5B. Windows color (decimal): -13280565 or 13326901. OLE color: 13326901.
HSL color Cylindrical-coordinate representation of color #355ACB: hue angle of 225.2º 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 #355ACB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 90 | 203 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.20 |
| HSL | 225.2º | 0.59% | 0.5% | - |
| HSV(B) | 225.2º | 0.74% | 0.8% | - |
| XYZ | 15.9 | 12.38 | 58.05 | - |
| YUV | 91.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 203 | 0.74 | 0.56 | 0 | 0.20 | 225.2 | 0.59 | 0.5 |
| Hex | 35 | 5A | CB | 4A | 38 | 0 | 14 | E1 | 3B | 32 |
| Octal | 65 | 132 | 313 | 112 | 70 | 0 | 24 | 341 | 73 | 62 |
| Binary | 110101 | 1011010 | 11001011 | 1001010 | 111000 | 0 | 10100 | 11100001 | 111011 | 110010 |
Color Harmonies of #355ACB
Complementary color
Monochromatic Colors of #355ACB
Black with #355ACB
Text Example
Text Example
White with #355ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355ACB; }
p { color: rgb(53,90,203); }
H1.HeaderClassName
{
color: #355ACB;
}
.AnyTagClassName
{
color: #355ACB;
}
</style>
background-color css
<style>
a { background-color: #355ACB; }
a { background-color: rgb(53,90,203); }
div.DivClassName
{
background-color: #355ACB;
}
.BgClassName
{
background-color: #355ACB;
}
</style>
border-color css
<style>
span { border-color: #355ACB; }
span { border-color: rgb(53,90,203); }
td.TdClassName
{
border-color: #355ACB;
}
.TagClassName
{
border-color: #355ACB;
}
</style>