Shades of Free Speech Blue #3F5CCD
Tints of Free Speech Blue #3F5CCD
RGB
CMYK
RGB Variations
Color information
#3F5CCD (or 0x3F5CCD) is known color: Free Speech Blue. HEX triplet: 3F, 5C and CD. RGB value is (63,92,205). Sum of RGB (Red+Green+Blue) = 63+92+205=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F5CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5CCD is #C0A332. Grayscale: #5F5F5F. Windows color (decimal): -12624691 or 13458495. OLE color: 13458495.
HSL color Cylindrical-coordinate representation of color #3F5CCD: hue angle of 227.75º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F5CCD is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 92 | 205 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.20 |
| HSL | 227.75º | 0.59% | 0.53% | - |
| HSV(B) | 227.75º | 0.69% | 0.8% | - |
| XYZ | 16.9 | 13.12 | 59.4 | - |
| YUV | 96.21 | 189.39 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 205 | 0.69 | 0.55 | 0 | 0.20 | 227.75 | 0.59 | 0.53 |
| Hex | 3F | 5C | CD | 45 | 37 | 0 | 14 | E4 | 3B | 35 |
| Octal | 77 | 134 | 315 | 105 | 67 | 0 | 24 | 344 | 73 | 65 |
| Binary | 111111 | 1011100 | 11001101 | 1000101 | 110111 | 0 | 10100 | 11100100 | 111011 | 110101 |
Color Harmonies of #3F5CCD
Complementary color
Monochromatic Colors of #3F5CCD
Black with #3F5CCD
Text Example
Text Example
White with #3F5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5CCD; }
p { color: rgb(63,92,205); }
H1.HeaderClassName
{
color: #3F5CCD;
}
.AnyTagClassName
{
color: #3F5CCD;
}
</style>
background-color css
<style>
a { background-color: #3F5CCD; }
a { background-color: rgb(63,92,205); }
div.DivClassName
{
background-color: #3F5CCD;
}
.BgClassName
{
background-color: #3F5CCD;
}
</style>
border-color css
<style>
span { border-color: #3F5CCD; }
span { border-color: rgb(63,92,205); }
td.TdClassName
{
border-color: #3F5CCD;
}
.TagClassName
{
border-color: #3F5CCD;
}
</style>