Shades of Free Speech Blue #3442CF
Tints of Free Speech Blue #3442CF
RGB
CMYK
RGB Variations
Color information
#3442CF (or 0x3442CF) is known color: Free Speech Blue. HEX triplet: 34, 42 and CF. RGB value is (52,66,207). Sum of RGB (Red+Green+Blue) = 52+66+207=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #3442CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442CF is #CBBD30. Grayscale: #4D4D4D. Windows color (decimal): -13352241 or 13582900. OLE color: 13582900.
HSL color Cylindrical-coordinate representation of color #3442CF: hue angle of 234.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3442CF is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 66 | 207 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.19 |
| HSL | 234.58º | 0.62% | 0.51% | - |
| HSV(B) | 234.58º | 0.75% | 0.81% | - |
| XYZ | 14.63 | 9.13 | 60.02 | - |
| YUV | 77.89 | 200.86 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 207 | 0.75 | 0.68 | 0 | 0.19 | 234.58 | 0.62 | 0.51 |
| Hex | 34 | 42 | CF | 4B | 44 | 0 | 13 | EB | 3E | 33 |
| Octal | 64 | 102 | 317 | 113 | 104 | 0 | 23 | 353 | 76 | 63 |
| Binary | 110100 | 1000010 | 11001111 | 1001011 | 1000100 | 0 | 10011 | 11101011 | 111110 | 110011 |
Color Harmonies of #3442CF
Complementary color
Monochromatic Colors of #3442CF
Black with #3442CF
Text Example
Text Example
White with #3442CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3442CF; }
p { color: rgb(52,66,207); }
H1.HeaderClassName
{
color: #3442CF;
}
.AnyTagClassName
{
color: #3442CF;
}
</style>
background-color css
<style>
a { background-color: #3442CF; }
a { background-color: rgb(52,66,207); }
div.DivClassName
{
background-color: #3442CF;
}
.BgClassName
{
background-color: #3442CF;
}
</style>
border-color css
<style>
span { border-color: #3442CF; }
span { border-color: rgb(52,66,207); }
td.TdClassName
{
border-color: #3442CF;
}
.TagClassName
{
border-color: #3442CF;
}
</style>