Shades of Free Speech Blue #3F43BD
Tints of Free Speech Blue #3F43BD
RGB
CMYK
RGB Variations
Color information
#3F43BD (or 0x3F43BD) is known color: Free Speech Blue. HEX triplet: 3F, 43 and BD. RGB value is (63,67,189). Sum of RGB (Red+Green+Blue) = 63+67+189=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F43BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F43BD is #C0BC42. Grayscale: #4F4F4F. Windows color (decimal): -12631107 or 12403519. OLE color: 12403519.
HSL color Cylindrical-coordinate representation of color #3F43BD: hue angle of 238.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F43BD is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 67 | 189 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.26 |
| HSL | 238.1º | 0.5% | 0.49% | - |
| HSV(B) | 238.1º | 0.67% | 0.74% | - |
| XYZ | 13.24 | 8.75 | 49.13 | - |
| YUV | 79.71 | 189.67 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 189 | 0.67 | 0.65 | 0 | 0.26 | 238.1 | 0.5 | 0.49 |
| Hex | 3F | 43 | BD | 43 | 41 | 0 | 1A | EE | 32 | 31 |
| Octal | 77 | 103 | 275 | 103 | 101 | 0 | 32 | 356 | 62 | 61 |
| Binary | 111111 | 1000011 | 10111101 | 1000011 | 1000001 | 0 | 11010 | 11101110 | 110010 | 110001 |
Color Harmonies of #3F43BD
Complementary color
Monochromatic Colors of #3F43BD
Black with #3F43BD
Text Example
Text Example
White with #3F43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F43BD; }
p { color: rgb(63,67,189); }
H1.HeaderClassName
{
color: #3F43BD;
}
.AnyTagClassName
{
color: #3F43BD;
}
</style>
background-color css
<style>
a { background-color: #3F43BD; }
a { background-color: rgb(63,67,189); }
div.DivClassName
{
background-color: #3F43BD;
}
.BgClassName
{
background-color: #3F43BD;
}
</style>
border-color css
<style>
span { border-color: #3F43BD; }
span { border-color: rgb(63,67,189); }
td.TdClassName
{
border-color: #3F43BD;
}
.TagClassName
{
border-color: #3F43BD;
}
</style>