Shades of Free Speech Blue #3A41DC
Tints of Free Speech Blue #3A41DC
RGB
CMYK
RGB Variations
Color information
#3A41DC (or 0x3A41DC) is known color: Free Speech Blue. HEX triplet: 3A, 41 and DC. RGB value is (58,65,220). Sum of RGB (Red+Green+Blue) = 58+65+220=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A41DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A41DC is #C5BE23. Grayscale: #4F4F4F. Windows color (decimal): -12959268 or 14434618. OLE color: 14434618.
HSL color Cylindrical-coordinate representation of color #3A41DC: hue angle of 237.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A41DC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 65 | 220 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.14 |
| HSL | 237.41º | 0.7% | 0.55% | - |
| HSV(B) | 237.41º | 0.74% | 0.86% | - |
| XYZ | 16.55 | 9.85 | 68.74 | - |
| YUV | 80.58 | 206.68 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 220 | 0.74 | 0.70 | 0 | 0.14 | 237.41 | 0.7 | 0.55 |
| Hex | 3A | 41 | DC | 4A | 46 | 0 | E | ED | 46 | 37 |
| Octal | 72 | 101 | 334 | 112 | 106 | 0 | 16 | 355 | 106 | 67 |
| Binary | 111010 | 1000001 | 11011100 | 1001010 | 1000110 | 0 | 1110 | 11101101 | 1000110 | 110111 |
Color Harmonies of #3A41DC
Complementary color
Monochromatic Colors of #3A41DC
Black with #3A41DC
Text Example
Text Example
White with #3A41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A41DC; }
p { color: rgb(58,65,220); }
H1.HeaderClassName
{
color: #3A41DC;
}
.AnyTagClassName
{
color: #3A41DC;
}
</style>
background-color css
<style>
a { background-color: #3A41DC; }
a { background-color: rgb(58,65,220); }
div.DivClassName
{
background-color: #3A41DC;
}
.BgClassName
{
background-color: #3A41DC;
}
</style>
border-color css
<style>
span { border-color: #3A41DC; }
span { border-color: rgb(58,65,220); }
td.TdClassName
{
border-color: #3A41DC;
}
.TagClassName
{
border-color: #3A41DC;
}
</style>