Shades of Free Speech Blue #3F37DB
Tints of Free Speech Blue #3F37DB
RGB
CMYK
RGB Variations
Color information
#3F37DB (or 0x3F37DB) is known color: Free Speech Blue. HEX triplet: 3F, 37 and DB. RGB value is (63,55,219). Sum of RGB (Red+Green+Blue) = 63+55+219=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F37DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F37DB is #C0C824. Grayscale: #4B4B4B. Windows color (decimal): -12634149 or 14366527. OLE color: 14366527.
HSL color Cylindrical-coordinate representation of color #3F37DB: hue angle of 242.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F37DB is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 55 | 219 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.14 |
| HSL | 242.93º | 0.69% | 0.54% | - |
| HSV(B) | 242.93º | 0.75% | 0.86% | - |
| XYZ | 16.2 | 8.9 | 67.88 | - |
| YUV | 76.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 219 | 0.71 | 0.75 | 0 | 0.14 | 242.93 | 0.69 | 0.54 |
| Hex | 3F | 37 | DB | 47 | 4B | 0 | E | F3 | 45 | 36 |
| Octal | 77 | 67 | 333 | 107 | 113 | 0 | 16 | 363 | 105 | 66 |
| Binary | 111111 | 110111 | 11011011 | 1000111 | 1001011 | 0 | 1110 | 11110011 | 1000101 | 110110 |
Color Harmonies of #3F37DB
Complementary color
Monochromatic Colors of #3F37DB
Black with #3F37DB
Text Example
Text Example
White with #3F37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F37DB; }
p { color: rgb(63,55,219); }
H1.HeaderClassName
{
color: #3F37DB;
}
.AnyTagClassName
{
color: #3F37DB;
}
</style>
background-color css
<style>
a { background-color: #3F37DB; }
a { background-color: rgb(63,55,219); }
div.DivClassName
{
background-color: #3F37DB;
}
.BgClassName
{
background-color: #3F37DB;
}
</style>
border-color css
<style>
span { border-color: #3F37DB; }
span { border-color: rgb(63,55,219); }
td.TdClassName
{
border-color: #3F37DB;
}
.TagClassName
{
border-color: #3F37DB;
}
</style>