Shades of Free Speech Blue #3F34DB
Tints of Free Speech Blue #3F34DB
RGB
CMYK
RGB Variations
Color information
#3F34DB (or 0x3F34DB) is known color: Free Speech Blue. HEX triplet: 3F, 34 and DB. RGB value is (63,52,219). Sum of RGB (Red+Green+Blue) = 63+52+219=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F34DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F34DB is #C0CB24. Grayscale: #494949. Windows color (decimal): -12634917 or 14365759. OLE color: 14365759.
HSL color Cylindrical-coordinate representation of color #3F34DB: hue angle of 243.95º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F34DB is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 52 | 219 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.14 |
| HSL | 243.95º | 0.7% | 0.53% | - |
| HSV(B) | 243.95º | 0.76% | 0.86% | - |
| XYZ | 16.06 | 8.63 | 67.84 | - |
| YUV | 74.33 | 209.64 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 219 | 0.71 | 0.76 | 0 | 0.14 | 243.95 | 0.7 | 0.53 |
| Hex | 3F | 34 | DB | 47 | 4C | 0 | E | F4 | 46 | 35 |
| Octal | 77 | 64 | 333 | 107 | 114 | 0 | 16 | 364 | 106 | 65 |
| Binary | 111111 | 110100 | 11011011 | 1000111 | 1001100 | 0 | 1110 | 11110100 | 1000110 | 110101 |
Color Harmonies of #3F34DB
Complementary color
Monochromatic Colors of #3F34DB
Black with #3F34DB
Text Example
Text Example
White with #3F34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F34DB; }
p { color: rgb(63,52,219); }
H1.HeaderClassName
{
color: #3F34DB;
}
.AnyTagClassName
{
color: #3F34DB;
}
</style>
background-color css
<style>
a { background-color: #3F34DB; }
a { background-color: rgb(63,52,219); }
div.DivClassName
{
background-color: #3F34DB;
}
.BgClassName
{
background-color: #3F34DB;
}
</style>
border-color css
<style>
span { border-color: #3F34DB; }
span { border-color: rgb(63,52,219); }
td.TdClassName
{
border-color: #3F34DB;
}
.TagClassName
{
border-color: #3F34DB;
}
</style>