Shades of Free Speech Blue #3F63CE
Tints of Free Speech Blue #3F63CE
RGB
CMYK
RGB Variations
Color information
#3F63CE (or 0x3F63CE) is known color: Free Speech Blue. HEX triplet: 3F, 63 and CE. RGB value is (63,99,206). Sum of RGB (Red+Green+Blue) = 63+99+206=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F63CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F63CE is #C09C31. Grayscale: #636363. Windows color (decimal): -12622898 or 13525823. OLE color: 13525823.
HSL color Cylindrical-coordinate representation of color #3F63CE: hue angle of 224.9º 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 #3F63CE is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 99 | 206 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.19 |
| HSL | 224.9º | 0.59% | 0.53% | - |
| HSV(B) | 224.9º | 0.69% | 0.81% | - |
| XYZ | 17.65 | 14.44 | 60.25 | - |
| YUV | 100.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 206 | 0.69 | 0.52 | 0 | 0.19 | 224.9 | 0.59 | 0.53 |
| Hex | 3F | 63 | CE | 45 | 34 | 0 | 13 | E1 | 3B | 35 |
| Octal | 77 | 143 | 316 | 105 | 64 | 0 | 23 | 341 | 73 | 65 |
| Binary | 111111 | 1100011 | 11001110 | 1000101 | 110100 | 0 | 10011 | 11100001 | 111011 | 110101 |
Color Harmonies of #3F63CE
Complementary color
Monochromatic Colors of #3F63CE
Black with #3F63CE
Text Example
Text Example
White with #3F63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F63CE; }
p { color: rgb(63,99,206); }
H1.HeaderClassName
{
color: #3F63CE;
}
.AnyTagClassName
{
color: #3F63CE;
}
</style>
background-color css
<style>
a { background-color: #3F63CE; }
a { background-color: rgb(63,99,206); }
div.DivClassName
{
background-color: #3F63CE;
}
.BgClassName
{
background-color: #3F63CE;
}
</style>
border-color css
<style>
span { border-color: #3F63CE; }
span { border-color: rgb(63,99,206); }
td.TdClassName
{
border-color: #3F63CE;
}
.TagClassName
{
border-color: #3F63CE;
}
</style>