Shades of Free Speech Blue #3A3DBB
Tints of Free Speech Blue #3A3DBB
RGB
CMYK
RGB Variations
Color information
#3A3DBB (or 0x3A3DBB) is known color: Free Speech Blue. HEX triplet: 3A, 3D and BB. RGB value is (58,61,187). Sum of RGB (Red+Green+Blue) = 58+61+187=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3DBB is #C5C244. Grayscale: #494949. Windows color (decimal): -12960325 or 12270906. OLE color: 12270906.
HSL color Cylindrical-coordinate representation of color #3A3DBB: hue angle of 238.6º 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 #3A3DBB is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 61 | 187 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.27 |
| HSL | 238.6º | 0.53% | 0.48% | - |
| HSV(B) | 238.6º | 0.69% | 0.73% | - |
| XYZ | 12.38 | 7.82 | 47.87 | - |
| YUV | 74.47 | 191.51 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 187 | 0.69 | 0.67 | 0 | 0.27 | 238.6 | 0.53 | 0.48 |
| Hex | 3A | 3D | BB | 45 | 43 | 0 | 1B | EF | 35 | 30 |
| Octal | 72 | 75 | 273 | 105 | 103 | 0 | 33 | 357 | 65 | 60 |
| Binary | 111010 | 111101 | 10111011 | 1000101 | 1000011 | 0 | 11011 | 11101111 | 110101 | 110000 |
Color Harmonies of #3A3DBB
Complementary color
Monochromatic Colors of #3A3DBB
Black with #3A3DBB
Text Example
Text Example
White with #3A3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3DBB; }
p { color: rgb(58,61,187); }
H1.HeaderClassName
{
color: #3A3DBB;
}
.AnyTagClassName
{
color: #3A3DBB;
}
</style>
background-color css
<style>
a { background-color: #3A3DBB; }
a { background-color: rgb(58,61,187); }
div.DivClassName
{
background-color: #3A3DBB;
}
.BgClassName
{
background-color: #3A3DBB;
}
</style>
border-color css
<style>
span { border-color: #3A3DBB; }
span { border-color: rgb(58,61,187); }
td.TdClassName
{
border-color: #3A3DBB;
}
.TagClassName
{
border-color: #3A3DBB;
}
</style>