Shades of Free Speech Blue #3449CB
Tints of Free Speech Blue #3449CB
RGB
CMYK
RGB Variations
Color information
#3449CB (or 0x3449CB) is known color: Free Speech Blue. HEX triplet: 34, 49 and CB. RGB value is (52,73,203). Sum of RGB (Red+Green+Blue) = 52+73+203=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #3449CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449CB is #CBB634. Grayscale: #515151. Windows color (decimal): -13350453 or 13322548. OLE color: 13322548.
HSL color Cylindrical-coordinate representation of color #3449CB: hue angle of 231.66º 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 #3449CB is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 73 | 203 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.20 |
| HSL | 231.66º | 0.59% | 0.5% | - |
| HSV(B) | 231.66º | 0.74% | 0.8% | - |
| XYZ | 14.58 | 9.81 | 57.62 | - |
| YUV | 81.54 | 196.54 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 203 | 0.74 | 0.64 | 0 | 0.20 | 231.66 | 0.59 | 0.5 |
| Hex | 34 | 49 | CB | 4A | 40 | 0 | 14 | E8 | 3B | 32 |
| Octal | 64 | 111 | 313 | 112 | 100 | 0 | 24 | 350 | 73 | 62 |
| Binary | 110100 | 1001001 | 11001011 | 1001010 | 1000000 | 0 | 10100 | 11101000 | 111011 | 110010 |
Color Harmonies of #3449CB
Complementary color
Monochromatic Colors of #3449CB
Black with #3449CB
Text Example
Text Example
White with #3449CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449CB; }
p { color: rgb(52,73,203); }
H1.HeaderClassName
{
color: #3449CB;
}
.AnyTagClassName
{
color: #3449CB;
}
</style>
background-color css
<style>
a { background-color: #3449CB; }
a { background-color: rgb(52,73,203); }
div.DivClassName
{
background-color: #3449CB;
}
.BgClassName
{
background-color: #3449CB;
}
</style>
border-color css
<style>
span { border-color: #3449CB; }
span { border-color: rgb(52,73,203); }
td.TdClassName
{
border-color: #3449CB;
}
.TagClassName
{
border-color: #3449CB;
}
</style>