Shades of Free Speech Blue #3F5CCB
Tints of Free Speech Blue #3F5CCB
RGB
CMYK
RGB Variations
Color information
#3F5CCB (or 0x3F5CCB) is known color: Free Speech Blue. HEX triplet: 3F, 5C and CB. RGB value is (63,92,203). Sum of RGB (Red+Green+Blue) = 63+92+203=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F5CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5CCB is #C0A334. Grayscale: #5F5F5F. Windows color (decimal): -12624693 or 13327423. OLE color: 13327423.
HSL color Cylindrical-coordinate representation of color #3F5CCB: hue angle of 227.57º 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 #3F5CCB is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 92 | 203 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.20 |
| HSL | 227.57º | 0.57% | 0.52% | - |
| HSV(B) | 227.57º | 0.69% | 0.8% | - |
| XYZ | 16.66 | 13.02 | 58.14 | - |
| YUV | 95.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 203 | 0.69 | 0.55 | 0 | 0.20 | 227.57 | 0.57 | 0.52 |
| Hex | 3F | 5C | CB | 45 | 37 | 0 | 14 | E4 | 39 | 34 |
| Octal | 77 | 134 | 313 | 105 | 67 | 0 | 24 | 344 | 71 | 64 |
| Binary | 111111 | 1011100 | 11001011 | 1000101 | 110111 | 0 | 10100 | 11100100 | 111001 | 110100 |
Color Harmonies of #3F5CCB
Complementary color
Monochromatic Colors of #3F5CCB
Black with #3F5CCB
Text Example
Text Example
White with #3F5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5CCB; }
p { color: rgb(63,92,203); }
H1.HeaderClassName
{
color: #3F5CCB;
}
.AnyTagClassName
{
color: #3F5CCB;
}
</style>
background-color css
<style>
a { background-color: #3F5CCB; }
a { background-color: rgb(63,92,203); }
div.DivClassName
{
background-color: #3F5CCB;
}
.BgClassName
{
background-color: #3F5CCB;
}
</style>
border-color css
<style>
span { border-color: #3F5CCB; }
span { border-color: rgb(63,92,203); }
td.TdClassName
{
border-color: #3F5CCB;
}
.TagClassName
{
border-color: #3F5CCB;
}
</style>