Shades of Free Speech Blue #3541CB
Tints of Free Speech Blue #3541CB
RGB
CMYK
RGB Variations
Color information
#3541CB (or 0x3541CB) is known color: Free Speech Blue. HEX triplet: 35, 41 and CB. RGB value is (53,65,203). Sum of RGB (Red+Green+Blue) = 53+65+203=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #3541CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541CB is #CABE34. Grayscale: #4C4C4C. Windows color (decimal): -13286965 or 13320501. OLE color: 13320501.
HSL color Cylindrical-coordinate representation of color #3541CB: hue angle of 235.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 #3541CB is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 65 | 203 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.20 |
| HSL | 235.2º | 0.59% | 0.5% | - |
| HSV(B) | 235.2º | 0.74% | 0.8% | - |
| XYZ | 14.14 | 8.85 | 57.46 | - |
| YUV | 77.14 | 199.02 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 203 | 0.74 | 0.68 | 0 | 0.20 | 235.2 | 0.59 | 0.5 |
| Hex | 35 | 41 | CB | 4A | 44 | 0 | 14 | EB | 3B | 32 |
| Octal | 65 | 101 | 313 | 112 | 104 | 0 | 24 | 353 | 73 | 62 |
| Binary | 110101 | 1000001 | 11001011 | 1001010 | 1000100 | 0 | 10100 | 11101011 | 111011 | 110010 |
Color Harmonies of #3541CB
Complementary color
Monochromatic Colors of #3541CB
Black with #3541CB
Text Example
Text Example
White with #3541CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541CB; }
p { color: rgb(53,65,203); }
H1.HeaderClassName
{
color: #3541CB;
}
.AnyTagClassName
{
color: #3541CB;
}
</style>
background-color css
<style>
a { background-color: #3541CB; }
a { background-color: rgb(53,65,203); }
div.DivClassName
{
background-color: #3541CB;
}
.BgClassName
{
background-color: #3541CB;
}
</style>
border-color css
<style>
span { border-color: #3541CB; }
span { border-color: rgb(53,65,203); }
td.TdClassName
{
border-color: #3541CB;
}
.TagClassName
{
border-color: #3541CB;
}
</style>