Shades of Free Speech Blue #3F52CE
Tints of Free Speech Blue #3F52CE
RGB
CMYK
RGB Variations
Color information
#3F52CE (or 0x3F52CE) is known color: Free Speech Blue. HEX triplet: 3F, 52 and CE. RGB value is (63,82,206). Sum of RGB (Red+Green+Blue) = 63+82+206=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F52CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F52CE is #C0AD31. Grayscale: #595959. Windows color (decimal): -12627250 or 13521471. OLE color: 13521471.
HSL color Cylindrical-coordinate representation of color #3F52CE: hue angle of 232.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F52CE is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 82 | 206 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.19 |
| HSL | 232.03º | 0.59% | 0.53% | - |
| HSV(B) | 232.03º | 0.69% | 0.81% | - |
| XYZ | 16.21 | 11.55 | 59.77 | - |
| YUV | 90.46 | 193.21 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 206 | 0.69 | 0.60 | 0 | 0.19 | 232.03 | 0.59 | 0.53 |
| Hex | 3F | 52 | CE | 45 | 3C | 0 | 13 | E8 | 3B | 35 |
| Octal | 77 | 122 | 316 | 105 | 74 | 0 | 23 | 350 | 73 | 65 |
| Binary | 111111 | 1010010 | 11001110 | 1000101 | 111100 | 0 | 10011 | 11101000 | 111011 | 110101 |
Color Harmonies of #3F52CE
Complementary color
Monochromatic Colors of #3F52CE
Black with #3F52CE
Text Example
Text Example
White with #3F52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F52CE; }
p { color: rgb(63,82,206); }
H1.HeaderClassName
{
color: #3F52CE;
}
.AnyTagClassName
{
color: #3F52CE;
}
</style>
background-color css
<style>
a { background-color: #3F52CE; }
a { background-color: rgb(63,82,206); }
div.DivClassName
{
background-color: #3F52CE;
}
.BgClassName
{
background-color: #3F52CE;
}
</style>
border-color css
<style>
span { border-color: #3F52CE; }
span { border-color: rgb(63,82,206); }
td.TdClassName
{
border-color: #3F52CE;
}
.TagClassName
{
border-color: #3F52CE;
}
</style>