Shades of Free Speech Blue #3549CB
Tints of Free Speech Blue #3549CB
RGB
CMYK
RGB Variations
Color information
#3549CB (or 0x3549CB) is known color: Free Speech Blue. HEX triplet: 35, 49 and CB. RGB value is (53,73,203). Sum of RGB (Red+Green+Blue) = 53+73+203=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #3549CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3549CB is #CAB634. Grayscale: #515151. Windows color (decimal): -13284917 or 13322549. OLE color: 13322549.
HSL color Cylindrical-coordinate representation of color #3549CB: hue angle of 232º 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 #3549CB is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 73 | 203 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.20 |
| HSL | 232º | 0.59% | 0.5% | - |
| HSV(B) | 232º | 0.74% | 0.8% | - |
| XYZ | 14.63 | 9.83 | 57.63 | - |
| YUV | 81.84 | 196.37 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 203 | 0.74 | 0.64 | 0 | 0.20 | 232 | 0.59 | 0.5 |
| Hex | 35 | 49 | CB | 4A | 40 | 0 | 14 | E8 | 3B | 32 |
| Octal | 65 | 111 | 313 | 112 | 100 | 0 | 24 | 350 | 73 | 62 |
| Binary | 110101 | 1001001 | 11001011 | 1001010 | 1000000 | 0 | 10100 | 11101000 | 111011 | 110010 |
Color Harmonies of #3549CB
Complementary color
Monochromatic Colors of #3549CB
Black with #3549CB
Text Example
Text Example
White with #3549CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3549CB; }
p { color: rgb(53,73,203); }
H1.HeaderClassName
{
color: #3549CB;
}
.AnyTagClassName
{
color: #3549CB;
}
</style>
background-color css
<style>
a { background-color: #3549CB; }
a { background-color: rgb(53,73,203); }
div.DivClassName
{
background-color: #3549CB;
}
.BgClassName
{
background-color: #3549CB;
}
</style>
border-color css
<style>
span { border-color: #3549CB; }
span { border-color: rgb(53,73,203); }
td.TdClassName
{
border-color: #3549CB;
}
.TagClassName
{
border-color: #3549CB;
}
</style>