Shades of Free Speech Blue #3F63CB
Tints of Free Speech Blue #3F63CB
RGB
CMYK
RGB Variations
Color information
#3F63CB (or 0x3F63CB) is known color: Free Speech Blue. HEX triplet: 3F, 63 and CB. RGB value is (63,99,203). Sum of RGB (Red+Green+Blue) = 63+99+203=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F63CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F63CB is #C09C34. Grayscale: #636363. Windows color (decimal): -12622901 or 13329215. OLE color: 13329215.
HSL color Cylindrical-coordinate representation of color #3F63CB: hue angle of 224.57º degrees, saturation: 0.57, 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 #3F63CB is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 99 | 203 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.20 |
| HSL | 224.57º | 0.57% | 0.52% | - |
| HSV(B) | 224.57º | 0.69% | 0.8% | - |
| XYZ | 17.29 | 14.29 | 58.35 | - |
| YUV | 100.09 | 186.07 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 203 | 0.69 | 0.51 | 0 | 0.20 | 224.57 | 0.57 | 0.52 |
| Hex | 3F | 63 | CB | 45 | 33 | 0 | 14 | E1 | 39 | 34 |
| Octal | 77 | 143 | 313 | 105 | 63 | 0 | 24 | 341 | 71 | 64 |
| Binary | 111111 | 1100011 | 11001011 | 1000101 | 110011 | 0 | 10100 | 11100001 | 111001 | 110100 |
Color Harmonies of #3F63CB
Complementary color
Monochromatic Colors of #3F63CB
Black with #3F63CB
Text Example
Text Example
White with #3F63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F63CB; }
p { color: rgb(63,99,203); }
H1.HeaderClassName
{
color: #3F63CB;
}
.AnyTagClassName
{
color: #3F63CB;
}
</style>
background-color css
<style>
a { background-color: #3F63CB; }
a { background-color: rgb(63,99,203); }
div.DivClassName
{
background-color: #3F63CB;
}
.BgClassName
{
background-color: #3F63CB;
}
</style>
border-color css
<style>
span { border-color: #3F63CB; }
span { border-color: rgb(63,99,203); }
td.TdClassName
{
border-color: #3F63CB;
}
.TagClassName
{
border-color: #3F63CB;
}
</style>