Shades of Free Speech Blue #3546CB
Tints of Free Speech Blue #3546CB
RGB
CMYK
RGB Variations
Color information
#3546CB (or 0x3546CB) is known color: Free Speech Blue. HEX triplet: 35, 46 and CB. RGB value is (53,70,203). Sum of RGB (Red+Green+Blue) = 53+70+203=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #3546CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3546CB is #CAB934. Grayscale: #4F4F4F. Windows color (decimal): -13285685 or 13321781. OLE color: 13321781.
HSL color Cylindrical-coordinate representation of color #3546CB: hue angle of 233.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 #3546CB is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 70 | 203 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.20 |
| HSL | 233.2º | 0.59% | 0.5% | - |
| HSV(B) | 233.2º | 0.74% | 0.8% | - |
| XYZ | 14.44 | 9.45 | 57.56 | - |
| YUV | 80.08 | 197.37 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 203 | 0.74 | 0.66 | 0 | 0.20 | 233.2 | 0.59 | 0.5 |
| Hex | 35 | 46 | CB | 4A | 42 | 0 | 14 | E9 | 3B | 32 |
| Octal | 65 | 106 | 313 | 112 | 102 | 0 | 24 | 351 | 73 | 62 |
| Binary | 110101 | 1000110 | 11001011 | 1001010 | 1000010 | 0 | 10100 | 11101001 | 111011 | 110010 |
Color Harmonies of #3546CB
Complementary color
Monochromatic Colors of #3546CB
Black with #3546CB
Text Example
Text Example
White with #3546CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3546CB; }
p { color: rgb(53,70,203); }
H1.HeaderClassName
{
color: #3546CB;
}
.AnyTagClassName
{
color: #3546CB;
}
</style>
background-color css
<style>
a { background-color: #3546CB; }
a { background-color: rgb(53,70,203); }
div.DivClassName
{
background-color: #3546CB;
}
.BgClassName
{
background-color: #3546CB;
}
</style>
border-color css
<style>
span { border-color: #3546CB; }
span { border-color: rgb(53,70,203); }
td.TdClassName
{
border-color: #3546CB;
}
.TagClassName
{
border-color: #3546CB;
}
</style>