Shades of Free Speech Blue #3F63CC
Tints of Free Speech Blue #3F63CC
RGB
CMYK
RGB Variations
Color information
#3F63CC (or 0x3F63CC) is known color: Free Speech Blue. HEX triplet: 3F, 63 and CC. RGB value is (63,99,204). Sum of RGB (Red+Green+Blue) = 63+99+204=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F63CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F63CC is #C09C33. Grayscale: #636363. Windows color (decimal): -12622900 or 13394751. OLE color: 13394751.
HSL color Cylindrical-coordinate representation of color #3F63CC: hue angle of 224.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F63CC is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 99 | 204 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.2 |
| HSL | 224.68º | 0.58% | 0.52% | - |
| HSV(B) | 224.68º | 0.69% | 0.8% | - |
| XYZ | 17.41 | 14.34 | 58.98 | - |
| YUV | 100.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 204 | 0.69 | 0.51 | 0 | 0.2 | 224.68 | 0.58 | 0.52 |
| Hex | 3F | 63 | CC | 45 | 33 | 0 | 14 | E1 | 3A | 34 |
| Octal | 77 | 143 | 314 | 105 | 63 | 0 | 24 | 341 | 72 | 64 |
| Binary | 111111 | 1100011 | 11001100 | 1000101 | 110011 | 0 | 10100 | 11100001 | 111010 | 110100 |
Color Harmonies of #3F63CC
Complementary color
Monochromatic Colors of #3F63CC
Black with #3F63CC
Text Example
Text Example
White with #3F63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F63CC; }
p { color: rgb(63,99,204); }
H1.HeaderClassName
{
color: #3F63CC;
}
.AnyTagClassName
{
color: #3F63CC;
}
</style>
background-color css
<style>
a { background-color: #3F63CC; }
a { background-color: rgb(63,99,204); }
div.DivClassName
{
background-color: #3F63CC;
}
.BgClassName
{
background-color: #3F63CC;
}
</style>
border-color css
<style>
span { border-color: #3F63CC; }
span { border-color: rgb(63,99,204); }
td.TdClassName
{
border-color: #3F63CC;
}
.TagClassName
{
border-color: #3F63CC;
}
</style>