Shades of Free Speech Blue #3A3FBB
Tints of Free Speech Blue #3A3FBB
RGB
CMYK
RGB Variations
Color information
#3A3FBB (or 0x3A3FBB) is known color: Free Speech Blue. HEX triplet: 3A, 3F and BB. RGB value is (58,63,187). Sum of RGB (Red+Green+Blue) = 58+63+187=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A3FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3FBB is #C5C044. Grayscale: #4B4B4B. Windows color (decimal): -12959813 or 12271418. OLE color: 12271418.
HSL color Cylindrical-coordinate representation of color #3A3FBB: hue angle of 237.67º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A3FBB is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 63 | 187 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.27 |
| HSL | 237.67º | 0.53% | 0.48% | - |
| HSV(B) | 237.67º | 0.69% | 0.73% | - |
| XYZ | 12.49 | 8.04 | 47.91 | - |
| YUV | 75.64 | 190.84 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 187 | 0.69 | 0.66 | 0 | 0.27 | 237.67 | 0.53 | 0.48 |
| Hex | 3A | 3F | BB | 45 | 42 | 0 | 1B | EE | 35 | 30 |
| Octal | 72 | 77 | 273 | 105 | 102 | 0 | 33 | 356 | 65 | 60 |
| Binary | 111010 | 111111 | 10111011 | 1000101 | 1000010 | 0 | 11011 | 11101110 | 110101 | 110000 |
Color Harmonies of #3A3FBB
Complementary color
Monochromatic Colors of #3A3FBB
Black with #3A3FBB
Text Example
Text Example
White with #3A3FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3FBB; }
p { color: rgb(58,63,187); }
H1.HeaderClassName
{
color: #3A3FBB;
}
.AnyTagClassName
{
color: #3A3FBB;
}
</style>
background-color css
<style>
a { background-color: #3A3FBB; }
a { background-color: rgb(58,63,187); }
div.DivClassName
{
background-color: #3A3FBB;
}
.BgClassName
{
background-color: #3A3FBB;
}
</style>
border-color css
<style>
span { border-color: #3A3FBB; }
span { border-color: rgb(58,63,187); }
td.TdClassName
{
border-color: #3A3FBB;
}
.TagClassName
{
border-color: #3A3FBB;
}
</style>