Shades of Free Speech Blue #3F62CE
Tints of Free Speech Blue #3F62CE
RGB
CMYK
RGB Variations
Color information
#3F62CE (or 0x3F62CE) is known color: Free Speech Blue. HEX triplet: 3F, 62 and CE. RGB value is (63,98,206). Sum of RGB (Red+Green+Blue) = 63+98+206=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F62CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F62CE is #C09D31. Grayscale: #636363. Windows color (decimal): -12623154 or 13525567. OLE color: 13525567.
HSL color Cylindrical-coordinate representation of color #3F62CE: hue angle of 225.31º 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 #3F62CE is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 98 | 206 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.19 |
| HSL | 225.31º | 0.59% | 0.53% | - |
| HSV(B) | 225.31º | 0.69% | 0.81% | - |
| XYZ | 17.56 | 14.25 | 60.22 | - |
| YUV | 99.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 206 | 0.69 | 0.52 | 0 | 0.19 | 225.31 | 0.59 | 0.53 |
| Hex | 3F | 62 | CE | 45 | 34 | 0 | 13 | E1 | 3B | 35 |
| Octal | 77 | 142 | 316 | 105 | 64 | 0 | 23 | 341 | 73 | 65 |
| Binary | 111111 | 1100010 | 11001110 | 1000101 | 110100 | 0 | 10011 | 11100001 | 111011 | 110101 |
Color Harmonies of #3F62CE
Complementary color
Monochromatic Colors of #3F62CE
Black with #3F62CE
Text Example
Text Example
White with #3F62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F62CE; }
p { color: rgb(63,98,206); }
H1.HeaderClassName
{
color: #3F62CE;
}
.AnyTagClassName
{
color: #3F62CE;
}
</style>
background-color css
<style>
a { background-color: #3F62CE; }
a { background-color: rgb(63,98,206); }
div.DivClassName
{
background-color: #3F62CE;
}
.BgClassName
{
background-color: #3F62CE;
}
</style>
border-color css
<style>
span { border-color: #3F62CE; }
span { border-color: rgb(63,98,206); }
td.TdClassName
{
border-color: #3F62CE;
}
.TagClassName
{
border-color: #3F62CE;
}
</style>