Shades of Free Speech Blue #3A61CB
Tints of Free Speech Blue #3A61CB
RGB
CMYK
RGB Variations
Color information
#3A61CB (or 0x3A61CB) is known color: Free Speech Blue. HEX triplet: 3A, 61 and CB. RGB value is (58,97,203). Sum of RGB (Red+Green+Blue) = 58+97+203=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A61CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A61CB is #C59E34. Grayscale: #606060. Windows color (decimal): -12951093 or 13328698. OLE color: 13328698.
HSL color Cylindrical-coordinate representation of color #3A61CB: hue angle of 223.86º 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 #3A61CB is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 97 | 203 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.20 |
| HSL | 223.86º | 0.58% | 0.51% | - |
| HSV(B) | 223.86º | 0.71% | 0.8% | - |
| XYZ | 16.8 | 13.76 | 58.27 | - |
| YUV | 97.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 203 | 0.71 | 0.52 | 0 | 0.20 | 223.86 | 0.58 | 0.51 |
| Hex | 3A | 61 | CB | 47 | 34 | 0 | 14 | E0 | 3A | 33 |
| Octal | 72 | 141 | 313 | 107 | 64 | 0 | 24 | 340 | 72 | 63 |
| Binary | 111010 | 1100001 | 11001011 | 1000111 | 110100 | 0 | 10100 | 11100000 | 111010 | 110011 |
Color Harmonies of #3A61CB
Complementary color
Monochromatic Colors of #3A61CB
Black with #3A61CB
Text Example
Text Example
White with #3A61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A61CB; }
p { color: rgb(58,97,203); }
H1.HeaderClassName
{
color: #3A61CB;
}
.AnyTagClassName
{
color: #3A61CB;
}
</style>
background-color css
<style>
a { background-color: #3A61CB; }
a { background-color: rgb(58,97,203); }
div.DivClassName
{
background-color: #3A61CB;
}
.BgClassName
{
background-color: #3A61CB;
}
</style>
border-color css
<style>
span { border-color: #3A61CB; }
span { border-color: rgb(58,97,203); }
td.TdClassName
{
border-color: #3A61CB;
}
.TagClassName
{
border-color: #3A61CB;
}
</style>