Shades of Free Speech Blue #3548CE
Tints of Free Speech Blue #3548CE
RGB
CMYK
RGB Variations
Color information
#3548CE (or 0x3548CE) is known color: Free Speech Blue. HEX triplet: 35, 48 and CE. RGB value is (53,72,206). Sum of RGB (Red+Green+Blue) = 53+72+206=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #3548CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3548CE is #CAB731. Grayscale: #515151. Windows color (decimal): -13285170 or 13518901. OLE color: 13518901.
HSL color Cylindrical-coordinate representation of color #3548CE: hue angle of 232.55º 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 #3548CE is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 72 | 206 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.19 |
| HSL | 232.55º | 0.61% | 0.51% | - |
| HSV(B) | 232.55º | 0.74% | 0.81% | - |
| XYZ | 14.93 | 9.85 | 59.51 | - |
| YUV | 81.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 206 | 0.74 | 0.65 | 0 | 0.19 | 232.55 | 0.61 | 0.51 |
| Hex | 35 | 48 | CE | 4A | 41 | 0 | 13 | E9 | 3D | 33 |
| Octal | 65 | 110 | 316 | 112 | 101 | 0 | 23 | 351 | 75 | 63 |
| Binary | 110101 | 1001000 | 11001110 | 1001010 | 1000001 | 0 | 10011 | 11101001 | 111101 | 110011 |
Color Harmonies of #3548CE
Complementary color
Monochromatic Colors of #3548CE
Black with #3548CE
Text Example
Text Example
White with #3548CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3548CE; }
p { color: rgb(53,72,206); }
H1.HeaderClassName
{
color: #3548CE;
}
.AnyTagClassName
{
color: #3548CE;
}
</style>
background-color css
<style>
a { background-color: #3548CE; }
a { background-color: rgb(53,72,206); }
div.DivClassName
{
background-color: #3548CE;
}
.BgClassName
{
background-color: #3548CE;
}
</style>
border-color css
<style>
span { border-color: #3548CE; }
span { border-color: rgb(53,72,206); }
td.TdClassName
{
border-color: #3548CE;
}
.TagClassName
{
border-color: #3548CE;
}
</style>