Shades of Free Speech Blue #3F64CB
Tints of Free Speech Blue #3F64CB
RGB
CMYK
RGB Variations
Color information
#3F64CB (or 0x3F64CB) is known color: Free Speech Blue. HEX triplet: 3F, 64 and CB. RGB value is (63,100,203). Sum of RGB (Red+Green+Blue) = 63+100+203=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F64CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64CB is #C09B34. Grayscale: #646464. Windows color (decimal): -12622645 or 13329471. OLE color: 13329471.
HSL color Cylindrical-coordinate representation of color #3F64CB: hue angle of 224.14º 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 #3F64CB is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 100 | 203 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.20 |
| HSL | 224.14º | 0.57% | 0.52% | - |
| HSV(B) | 224.14º | 0.69% | 0.8% | - |
| XYZ | 17.39 | 14.48 | 58.38 | - |
| YUV | 100.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 203 | 0.69 | 0.51 | 0 | 0.20 | 224.14 | 0.57 | 0.52 |
| Hex | 3F | 64 | CB | 45 | 33 | 0 | 14 | E0 | 39 | 34 |
| Octal | 77 | 144 | 313 | 105 | 63 | 0 | 24 | 340 | 71 | 64 |
| Binary | 111111 | 1100100 | 11001011 | 1000101 | 110011 | 0 | 10100 | 11100000 | 111001 | 110100 |
Color Harmonies of #3F64CB
Complementary color
Monochromatic Colors of #3F64CB
Black with #3F64CB
Text Example
Text Example
White with #3F64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F64CB; }
p { color: rgb(63,100,203); }
H1.HeaderClassName
{
color: #3F64CB;
}
.AnyTagClassName
{
color: #3F64CB;
}
</style>
background-color css
<style>
a { background-color: #3F64CB; }
a { background-color: rgb(63,100,203); }
div.DivClassName
{
background-color: #3F64CB;
}
.BgClassName
{
background-color: #3F64CB;
}
</style>
border-color css
<style>
span { border-color: #3F64CB; }
span { border-color: rgb(63,100,203); }
td.TdClassName
{
border-color: #3F64CB;
}
.TagClassName
{
border-color: #3F64CB;
}
</style>