Shades of Free Speech Blue #3F4ABC
Tints of Free Speech Blue #3F4ABC
RGB
CMYK
RGB Variations
Color information
#3F4ABC (or 0x3F4ABC) is known color: Free Speech Blue. HEX triplet: 3F, 4A and BC. RGB value is (63,74,188). Sum of RGB (Red+Green+Blue) = 63+74+188=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F4ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ABC is #C0B543. Grayscale: #535353. Windows color (decimal): -12629316 or 12339775. OLE color: 12339775.
HSL color Cylindrical-coordinate representation of color #3F4ABC: hue angle of 234.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F4ABC is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 74 | 188 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.26 |
| HSL | 234.72º | 0.5% | 0.49% | - |
| HSV(B) | 234.72º | 0.66% | 0.74% | - |
| XYZ | 13.58 | 9.59 | 48.71 | - |
| YUV | 83.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 188 | 0.66 | 0.61 | 0 | 0.26 | 234.72 | 0.5 | 0.49 |
| Hex | 3F | 4A | BC | 42 | 3D | 0 | 1A | EB | 32 | 31 |
| Octal | 77 | 112 | 274 | 102 | 75 | 0 | 32 | 353 | 62 | 61 |
| Binary | 111111 | 1001010 | 10111100 | 1000010 | 111101 | 0 | 11010 | 11101011 | 110010 | 110001 |
Color Harmonies of #3F4ABC
Complementary color
Monochromatic Colors of #3F4ABC
Black with #3F4ABC
Text Example
Text Example
White with #3F4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4ABC; }
p { color: rgb(63,74,188); }
H1.HeaderClassName
{
color: #3F4ABC;
}
.AnyTagClassName
{
color: #3F4ABC;
}
</style>
background-color css
<style>
a { background-color: #3F4ABC; }
a { background-color: rgb(63,74,188); }
div.DivClassName
{
background-color: #3F4ABC;
}
.BgClassName
{
background-color: #3F4ABC;
}
</style>
border-color css
<style>
span { border-color: #3F4ABC; }
span { border-color: rgb(63,74,188); }
td.TdClassName
{
border-color: #3F4ABC;
}
.TagClassName
{
border-color: #3F4ABC;
}
</style>