Shades of Free Speech Blue #3442CA
Tints of Free Speech Blue #3442CA
RGB
CMYK
RGB Variations
Color information
#3442CA (or 0x3442CA) is known color: Free Speech Blue. HEX triplet: 34, 42 and CA. RGB value is (52,66,202). Sum of RGB (Red+Green+Blue) = 52+66+202=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #3442CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442CA is #CBBD35. Grayscale: #4C4C4C. Windows color (decimal): -13352246 or 13255220. OLE color: 13255220.
HSL color Cylindrical-coordinate representation of color #3442CA: hue angle of 234.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3442CA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 66 | 202 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.21 |
| HSL | 234.4º | 0.59% | 0.5% | - |
| HSV(B) | 234.4º | 0.74% | 0.79% | - |
| XYZ | 14.03 | 8.89 | 56.85 | - |
| YUV | 77.32 | 198.36 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 202 | 0.74 | 0.67 | 0 | 0.21 | 234.4 | 0.59 | 0.5 |
| Hex | 34 | 42 | CA | 4A | 43 | 0 | 15 | EA | 3B | 32 |
| Octal | 64 | 102 | 312 | 112 | 103 | 0 | 25 | 352 | 73 | 62 |
| Binary | 110100 | 1000010 | 11001010 | 1001010 | 1000011 | 0 | 10101 | 11101010 | 111011 | 110010 |
Color Harmonies of #3442CA
Complementary color
Monochromatic Colors of #3442CA
Black with #3442CA
Text Example
Text Example
White with #3442CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3442CA; }
p { color: rgb(52,66,202); }
H1.HeaderClassName
{
color: #3442CA;
}
.AnyTagClassName
{
color: #3442CA;
}
</style>
background-color css
<style>
a { background-color: #3442CA; }
a { background-color: rgb(52,66,202); }
div.DivClassName
{
background-color: #3442CA;
}
.BgClassName
{
background-color: #3442CA;
}
</style>
border-color css
<style>
span { border-color: #3442CA; }
span { border-color: rgb(52,66,202); }
td.TdClassName
{
border-color: #3442CA;
}
.TagClassName
{
border-color: #3442CA;
}
</style>