Shades of Free Speech Blue #3444CA
Tints of Free Speech Blue #3444CA
RGB
CMYK
RGB Variations
Color information
#3444CA (or 0x3444CA) is known color: Free Speech Blue. HEX triplet: 34, 44 and CA. RGB value is (52,68,202). Sum of RGB (Red+Green+Blue) = 52+68+202=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #3444CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3444CA is #CBBB35. Grayscale: #4D4D4D. Windows color (decimal): -13351734 or 13255732. OLE color: 13255732.
HSL color Cylindrical-coordinate representation of color #3444CA: hue angle of 233.6º 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 #3444CA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 68 | 202 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.21 |
| HSL | 233.6º | 0.59% | 0.5% | - |
| HSV(B) | 233.6º | 0.74% | 0.79% | - |
| XYZ | 14.14 | 9.13 | 56.89 | - |
| YUV | 78.49 | 197.7 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 202 | 0.74 | 0.66 | 0 | 0.21 | 233.6 | 0.59 | 0.5 |
| Hex | 34 | 44 | CA | 4A | 42 | 0 | 15 | EA | 3B | 32 |
| Octal | 64 | 104 | 312 | 112 | 102 | 0 | 25 | 352 | 73 | 62 |
| Binary | 110100 | 1000100 | 11001010 | 1001010 | 1000010 | 0 | 10101 | 11101010 | 111011 | 110010 |
Color Harmonies of #3444CA
Complementary color
Monochromatic Colors of #3444CA
Black with #3444CA
Text Example
Text Example
White with #3444CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3444CA; }
p { color: rgb(52,68,202); }
H1.HeaderClassName
{
color: #3444CA;
}
.AnyTagClassName
{
color: #3444CA;
}
</style>
background-color css
<style>
a { background-color: #3444CA; }
a { background-color: rgb(52,68,202); }
div.DivClassName
{
background-color: #3444CA;
}
.BgClassName
{
background-color: #3444CA;
}
</style>
border-color css
<style>
span { border-color: #3444CA; }
span { border-color: rgb(52,68,202); }
td.TdClassName
{
border-color: #3444CA;
}
.TagClassName
{
border-color: #3444CA;
}
</style>