Shades of Free Speech Blue #3A5FCB
Tints of Free Speech Blue #3A5FCB
RGB
CMYK
RGB Variations
Color information
#3A5FCB (or 0x3A5FCB) is known color: Free Speech Blue. HEX triplet: 3A, 5F and CB. RGB value is (58,95,203). Sum of RGB (Red+Green+Blue) = 58+95+203=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A5FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5FCB is #C5A034. Grayscale: #5F5F5F. Windows color (decimal): -12951605 or 13328186. OLE color: 13328186.
HSL color Cylindrical-coordinate representation of color #3A5FCB: hue angle of 224.69º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A5FCB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 95 | 203 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.20 |
| HSL | 224.69º | 0.58% | 0.51% | - |
| HSV(B) | 224.69º | 0.71% | 0.8% | - |
| XYZ | 16.62 | 13.4 | 58.21 | - |
| YUV | 96.25 | 188.24 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 203 | 0.71 | 0.53 | 0 | 0.20 | 224.69 | 0.58 | 0.51 |
| Hex | 3A | 5F | CB | 47 | 35 | 0 | 14 | E1 | 3A | 33 |
| Octal | 72 | 137 | 313 | 107 | 65 | 0 | 24 | 341 | 72 | 63 |
| Binary | 111010 | 1011111 | 11001011 | 1000111 | 110101 | 0 | 10100 | 11100001 | 111010 | 110011 |
Color Harmonies of #3A5FCB
Complementary color
Monochromatic Colors of #3A5FCB
Black with #3A5FCB
Text Example
Text Example
White with #3A5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5FCB; }
p { color: rgb(58,95,203); }
H1.HeaderClassName
{
color: #3A5FCB;
}
.AnyTagClassName
{
color: #3A5FCB;
}
</style>
background-color css
<style>
a { background-color: #3A5FCB; }
a { background-color: rgb(58,95,203); }
div.DivClassName
{
background-color: #3A5FCB;
}
.BgClassName
{
background-color: #3A5FCB;
}
</style>
border-color css
<style>
span { border-color: #3A5FCB; }
span { border-color: rgb(58,95,203); }
td.TdClassName
{
border-color: #3A5FCB;
}
.TagClassName
{
border-color: #3A5FCB;
}
</style>