Shades of Free Speech Blue #3F5DCB
Tints of Free Speech Blue #3F5DCB
RGB
CMYK
RGB Variations
Color information
#3F5DCB (or 0x3F5DCB) is known color: Free Speech Blue. HEX triplet: 3F, 5D and CB. RGB value is (63,93,203). Sum of RGB (Red+Green+Blue) = 63+93+203=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F5DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DCB is #C0A234. Grayscale: #606060. Windows color (decimal): -12624437 or 13327679. OLE color: 13327679.
HSL color Cylindrical-coordinate representation of color #3F5DCB: hue angle of 227.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 #3F5DCB is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 93 | 203 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.20 |
| HSL | 227.14º | 0.57% | 0.52% | - |
| HSV(B) | 227.14º | 0.69% | 0.8% | - |
| XYZ | 16.74 | 13.2 | 58.16 | - |
| YUV | 96.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 203 | 0.69 | 0.54 | 0 | 0.20 | 227.14 | 0.57 | 0.52 |
| Hex | 3F | 5D | CB | 45 | 36 | 0 | 14 | E3 | 39 | 34 |
| Octal | 77 | 135 | 313 | 105 | 66 | 0 | 24 | 343 | 71 | 64 |
| Binary | 111111 | 1011101 | 11001011 | 1000101 | 110110 | 0 | 10100 | 11100011 | 111001 | 110100 |
Color Harmonies of #3F5DCB
Complementary color
Monochromatic Colors of #3F5DCB
Black with #3F5DCB
Text Example
Text Example
White with #3F5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5DCB; }
p { color: rgb(63,93,203); }
H1.HeaderClassName
{
color: #3F5DCB;
}
.AnyTagClassName
{
color: #3F5DCB;
}
</style>
background-color css
<style>
a { background-color: #3F5DCB; }
a { background-color: rgb(63,93,203); }
div.DivClassName
{
background-color: #3F5DCB;
}
.BgClassName
{
background-color: #3F5DCB;
}
</style>
border-color css
<style>
span { border-color: #3F5DCB; }
span { border-color: rgb(63,93,203); }
td.TdClassName
{
border-color: #3F5DCB;
}
.TagClassName
{
border-color: #3F5DCB;
}
</style>