Shades of Free Speech Blue #3446CB
Tints of Free Speech Blue #3446CB
RGB
CMYK
RGB Variations
Color information
#3446CB (or 0x3446CB) is known color: Free Speech Blue. HEX triplet: 34, 46 and CB. RGB value is (52,70,203). Sum of RGB (Red+Green+Blue) = 52+70+203=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #3446CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446CB is #CBB934. Grayscale: #4F4F4F. Windows color (decimal): -13351221 or 13321780. OLE color: 13321780.
HSL color Cylindrical-coordinate representation of color #3446CB: hue angle of 232.85º 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 #3446CB is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 70 | 203 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.20 |
| HSL | 232.85º | 0.59% | 0.5% | - |
| HSV(B) | 232.85º | 0.74% | 0.8% | - |
| XYZ | 14.39 | 9.42 | 57.56 | - |
| YUV | 79.78 | 197.54 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 203 | 0.74 | 0.66 | 0 | 0.20 | 232.85 | 0.59 | 0.5 |
| Hex | 34 | 46 | CB | 4A | 42 | 0 | 14 | E9 | 3B | 32 |
| Octal | 64 | 106 | 313 | 112 | 102 | 0 | 24 | 351 | 73 | 62 |
| Binary | 110100 | 1000110 | 11001011 | 1001010 | 1000010 | 0 | 10100 | 11101001 | 111011 | 110010 |
Color Harmonies of #3446CB
Complementary color
Monochromatic Colors of #3446CB
Black with #3446CB
Text Example
Text Example
White with #3446CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3446CB; }
p { color: rgb(52,70,203); }
H1.HeaderClassName
{
color: #3446CB;
}
.AnyTagClassName
{
color: #3446CB;
}
</style>
background-color css
<style>
a { background-color: #3446CB; }
a { background-color: rgb(52,70,203); }
div.DivClassName
{
background-color: #3446CB;
}
.BgClassName
{
background-color: #3446CB;
}
</style>
border-color css
<style>
span { border-color: #3446CB; }
span { border-color: rgb(52,70,203); }
td.TdClassName
{
border-color: #3446CB;
}
.TagClassName
{
border-color: #3446CB;
}
</style>