Shades of Free Speech Blue #3440C3
Tints of Free Speech Blue #3440C3
RGB
CMYK
RGB Variations
Color information
#3440C3 (or 0x3440C3) is known color: Free Speech Blue. HEX triplet: 34, 40 and C3. RGB value is (52,64,195). Sum of RGB (Red+Green+Blue) = 52+64+195=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #3440C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440C3 is #CBBF3C. Grayscale: #4A4A4A. Windows color (decimal): -13352765 or 12795956. OLE color: 12795956.
HSL color Cylindrical-coordinate representation of color #3440C3: hue angle of 234.97º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3440C3 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 64 | 195 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.24 |
| HSL | 234.97º | 0.58% | 0.48% | - |
| HSV(B) | 234.97º | 0.73% | 0.76% | - |
| XYZ | 13.1 | 8.34 | 52.55 | - |
| YUV | 75.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 195 | 0.73 | 0.67 | 0 | 0.24 | 234.97 | 0.58 | 0.48 |
| Hex | 34 | 40 | C3 | 49 | 43 | 0 | 18 | EB | 3A | 30 |
| Octal | 64 | 100 | 303 | 111 | 103 | 0 | 30 | 353 | 72 | 60 |
| Binary | 110100 | 1000000 | 11000011 | 1001001 | 1000011 | 0 | 11000 | 11101011 | 111010 | 110000 |
Color Harmonies of #3440C3
Complementary color
Monochromatic Colors of #3440C3
Black with #3440C3
Text Example
Text Example
White with #3440C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3440C3; }
p { color: rgb(52,64,195); }
H1.HeaderClassName
{
color: #3440C3;
}
.AnyTagClassName
{
color: #3440C3;
}
</style>
background-color css
<style>
a { background-color: #3440C3; }
a { background-color: rgb(52,64,195); }
div.DivClassName
{
background-color: #3440C3;
}
.BgClassName
{
background-color: #3440C3;
}
</style>
border-color css
<style>
span { border-color: #3440C3; }
span { border-color: rgb(52,64,195); }
td.TdClassName
{
border-color: #3440C3;
}
.TagClassName
{
border-color: #3440C3;
}
</style>