Shades of Free Speech Blue #3A44DD
Tints of Free Speech Blue #3A44DD
RGB
CMYK
RGB Variations
Color information
#3A44DD (or 0x3A44DD) is known color: Free Speech Blue. HEX triplet: 3A, 44 and DD. RGB value is (58,68,221). Sum of RGB (Red+Green+Blue) = 58+68+221=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A44DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A44DD is #C5BB22. Grayscale: #515151. Windows color (decimal): -12958499 or 14500922. OLE color: 14500922.
HSL color Cylindrical-coordinate representation of color #3A44DD: hue angle of 236.32º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A44DD is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 68 | 221 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.13 |
| HSL | 236.32º | 0.71% | 0.55% | - |
| HSV(B) | 236.32º | 0.74% | 0.87% | - |
| XYZ | 16.86 | 10.25 | 69.5 | - |
| YUV | 82.45 | 206.19 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 221 | 0.74 | 0.69 | 0 | 0.13 | 236.32 | 0.71 | 0.55 |
| Hex | 3A | 44 | DD | 4A | 45 | 0 | D | EC | 47 | 37 |
| Octal | 72 | 104 | 335 | 112 | 105 | 0 | 15 | 354 | 107 | 67 |
| Binary | 111010 | 1000100 | 11011101 | 1001010 | 1000101 | 0 | 1101 | 11101100 | 1000111 | 110111 |
Color Harmonies of #3A44DD
Complementary color
Monochromatic Colors of #3A44DD
Black with #3A44DD
Text Example
Text Example
White with #3A44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A44DD; }
p { color: rgb(58,68,221); }
H1.HeaderClassName
{
color: #3A44DD;
}
.AnyTagClassName
{
color: #3A44DD;
}
</style>
background-color css
<style>
a { background-color: #3A44DD; }
a { background-color: rgb(58,68,221); }
div.DivClassName
{
background-color: #3A44DD;
}
.BgClassName
{
background-color: #3A44DD;
}
</style>
border-color css
<style>
span { border-color: #3A44DD; }
span { border-color: rgb(58,68,221); }
td.TdClassName
{
border-color: #3A44DD;
}
.TagClassName
{
border-color: #3A44DD;
}
</style>