Shades of Free Speech Blue #3F46CC
Tints of Free Speech Blue #3F46CC
RGB
CMYK
RGB Variations
Color information
#3F46CC (or 0x3F46CC) is known color: Free Speech Blue. HEX triplet: 3F, 46 and CC. RGB value is (63,70,204). Sum of RGB (Red+Green+Blue) = 63+70+204=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F46CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F46CC is #C0B933. Grayscale: #525252. Windows color (decimal): -12630324 or 13387327. OLE color: 13387327.
HSL color Cylindrical-coordinate representation of color #3F46CC: hue angle of 237.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F46CC is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 70 | 204 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.2 |
| HSL | 237.02º | 0.58% | 0.52% | - |
| HSV(B) | 237.02º | 0.69% | 0.8% | - |
| XYZ | 15.14 | 9.8 | 58.22 | - |
| YUV | 83.18 | 196.18 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 204 | 0.69 | 0.66 | 0 | 0.2 | 237.02 | 0.58 | 0.52 |
| Hex | 3F | 46 | CC | 45 | 42 | 0 | 14 | ED | 3A | 34 |
| Octal | 77 | 106 | 314 | 105 | 102 | 0 | 24 | 355 | 72 | 64 |
| Binary | 111111 | 1000110 | 11001100 | 1000101 | 1000010 | 0 | 10100 | 11101101 | 111010 | 110100 |
Color Harmonies of #3F46CC
Complementary color
Monochromatic Colors of #3F46CC
Black with #3F46CC
Text Example
Text Example
White with #3F46CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F46CC; }
p { color: rgb(63,70,204); }
H1.HeaderClassName
{
color: #3F46CC;
}
.AnyTagClassName
{
color: #3F46CC;
}
</style>
background-color css
<style>
a { background-color: #3F46CC; }
a { background-color: rgb(63,70,204); }
div.DivClassName
{
background-color: #3F46CC;
}
.BgClassName
{
background-color: #3F46CC;
}
</style>
border-color css
<style>
span { border-color: #3F46CC; }
span { border-color: rgb(63,70,204); }
td.TdClassName
{
border-color: #3F46CC;
}
.TagClassName
{
border-color: #3F46CC;
}
</style>