Shades of Free Speech Blue #3F62C8
Tints of Free Speech Blue #3F62C8
RGB
CMYK
RGB Variations
Color information
#3F62C8 (or 0x3F62C8) is known color: Free Speech Blue. HEX triplet: 3F, 62 and C8. RGB value is (63,98,200). Sum of RGB (Red+Green+Blue) = 63+98+200=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #3F62C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F62C8 is #C09D37. Grayscale: #626262. Windows color (decimal): -12623160 or 13132351. OLE color: 13132351.
HSL color Cylindrical-coordinate representation of color #3F62C8: hue angle of 224.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F62C8 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 98 | 200 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.22 |
| HSL | 224.67º | 0.55% | 0.52% | - |
| HSV(B) | 224.67º | 0.69% | 0.78% | - |
| XYZ | 16.84 | 13.96 | 56.45 | - |
| YUV | 99.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 200 | 0.68 | 0.51 | 0 | 0.22 | 224.67 | 0.55 | 0.52 |
| Hex | 3F | 62 | C8 | 44 | 33 | 0 | 16 | E1 | 37 | 34 |
| Octal | 77 | 142 | 310 | 104 | 63 | 0 | 26 | 341 | 67 | 64 |
| Binary | 111111 | 1100010 | 11001000 | 1000100 | 110011 | 0 | 10110 | 11100001 | 110111 | 110100 |
Color Harmonies of #3F62C8
Complementary color
Monochromatic Colors of #3F62C8
Black with #3F62C8
Text Example
Text Example
White with #3F62C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F62C8; }
p { color: rgb(63,98,200); }
H1.HeaderClassName
{
color: #3F62C8;
}
.AnyTagClassName
{
color: #3F62C8;
}
</style>
background-color css
<style>
a { background-color: #3F62C8; }
a { background-color: rgb(63,98,200); }
div.DivClassName
{
background-color: #3F62C8;
}
.BgClassName
{
background-color: #3F62C8;
}
</style>
border-color css
<style>
span { border-color: #3F62C8; }
span { border-color: rgb(63,98,200); }
td.TdClassName
{
border-color: #3F62C8;
}
.TagClassName
{
border-color: #3F62C8;
}
</style>