Shades of Free Speech Blue #3F44CB
Tints of Free Speech Blue #3F44CB
RGB
CMYK
RGB Variations
Color information
#3F44CB (or 0x3F44CB) is known color: Free Speech Blue. HEX triplet: 3F, 44 and CB. RGB value is (63,68,203). Sum of RGB (Red+Green+Blue) = 63+68+203=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F44CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F44CB is #C0BB34. Grayscale: #515151. Windows color (decimal): -12630837 or 13321279. OLE color: 13321279.
HSL color Cylindrical-coordinate representation of color #3F44CB: hue angle of 237.86º 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 #3F44CB is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 68 | 203 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.20 |
| HSL | 237.86º | 0.57% | 0.52% | - |
| HSV(B) | 237.86º | 0.69% | 0.8% | - |
| XYZ | 14.9 | 9.5 | 57.55 | - |
| YUV | 81.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 203 | 0.69 | 0.67 | 0 | 0.20 | 237.86 | 0.57 | 0.52 |
| Hex | 3F | 44 | CB | 45 | 43 | 0 | 14 | EE | 39 | 34 |
| Octal | 77 | 104 | 313 | 105 | 103 | 0 | 24 | 356 | 71 | 64 |
| Binary | 111111 | 1000100 | 11001011 | 1000101 | 1000011 | 0 | 10100 | 11101110 | 111001 | 110100 |
Color Harmonies of #3F44CB
Complementary color
Monochromatic Colors of #3F44CB
Black with #3F44CB
Text Example
Text Example
White with #3F44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F44CB; }
p { color: rgb(63,68,203); }
H1.HeaderClassName
{
color: #3F44CB;
}
.AnyTagClassName
{
color: #3F44CB;
}
</style>
background-color css
<style>
a { background-color: #3F44CB; }
a { background-color: rgb(63,68,203); }
div.DivClassName
{
background-color: #3F44CB;
}
.BgClassName
{
background-color: #3F44CB;
}
</style>
border-color css
<style>
span { border-color: #3F44CB; }
span { border-color: rgb(63,68,203); }
td.TdClassName
{
border-color: #3F44CB;
}
.TagClassName
{
border-color: #3F44CB;
}
</style>