Shades of Free Speech Blue #3F34CE
Tints of Free Speech Blue #3F34CE
RGB
CMYK
RGB Variations
Color information
#3F34CE (or 0x3F34CE) is known color: Free Speech Blue. HEX triplet: 3F, 34 and CE. RGB value is (63,52,206). Sum of RGB (Red+Green+Blue) = 63+52+206=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F34CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F34CE is #C0CB31. Grayscale: #484848. Windows color (decimal): -12634930 or 13513791. OLE color: 13513791.
HSL color Cylindrical-coordinate representation of color #3F34CE: hue angle of 244.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F34CE is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 52 | 206 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.19 |
| HSL | 244.29º | 0.61% | 0.51% | - |
| HSV(B) | 244.29º | 0.75% | 0.81% | - |
| XYZ | 14.42 | 7.97 | 59.17 | - |
| YUV | 72.85 | 203.14 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 206 | 0.69 | 0.75 | 0 | 0.19 | 244.29 | 0.61 | 0.51 |
| Hex | 3F | 34 | CE | 45 | 4B | 0 | 13 | F4 | 3D | 33 |
| Octal | 77 | 64 | 316 | 105 | 113 | 0 | 23 | 364 | 75 | 63 |
| Binary | 111111 | 110100 | 11001110 | 1000101 | 1001011 | 0 | 10011 | 11110100 | 111101 | 110011 |
Color Harmonies of #3F34CE
Complementary color
Monochromatic Colors of #3F34CE
Black with #3F34CE
Text Example
Text Example
White with #3F34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F34CE; }
p { color: rgb(63,52,206); }
H1.HeaderClassName
{
color: #3F34CE;
}
.AnyTagClassName
{
color: #3F34CE;
}
</style>
background-color css
<style>
a { background-color: #3F34CE; }
a { background-color: rgb(63,52,206); }
div.DivClassName
{
background-color: #3F34CE;
}
.BgClassName
{
background-color: #3F34CE;
}
</style>
border-color css
<style>
span { border-color: #3F34CE; }
span { border-color: rgb(63,52,206); }
td.TdClassName
{
border-color: #3F34CE;
}
.TagClassName
{
border-color: #3F34CE;
}
</style>