Shades of Free Speech Blue #3D50C1
Tints of Free Speech Blue #3D50C1
RGB
CMYK
RGB Variations
Color information
#3D50C1 (or 0x3D50C1) is known color: Free Speech Blue. HEX triplet: 3D, 50 and C1. RGB value is (61,80,193). Sum of RGB (Red+Green+Blue) = 61+80+193=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D50C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50C1 is #C2AF3E. Grayscale: #565656. Windows color (decimal): -12758847 or 12668989. OLE color: 12668989.
HSL color Cylindrical-coordinate representation of color #3D50C1: hue angle of 231.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D50C1 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 80 | 193 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.24 |
| HSL | 231.36º | 0.52% | 0.5% | - |
| HSV(B) | 231.36º | 0.68% | 0.76% | - |
| XYZ | 14.42 | 10.58 | 51.73 | - |
| YUV | 87.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 193 | 0.68 | 0.59 | 0 | 0.24 | 231.36 | 0.52 | 0.5 |
| Hex | 3D | 50 | C1 | 44 | 3B | 0 | 18 | E7 | 34 | 32 |
| Octal | 75 | 120 | 301 | 104 | 73 | 0 | 30 | 347 | 64 | 62 |
| Binary | 111101 | 1010000 | 11000001 | 1000100 | 111011 | 0 | 11000 | 11100111 | 110100 | 110010 |
Color Harmonies of #3D50C1
Complementary color
Monochromatic Colors of #3D50C1
Black with #3D50C1
Text Example
Text Example
White with #3D50C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D50C1; }
p { color: rgb(61,80,193); }
H1.HeaderClassName
{
color: #3D50C1;
}
.AnyTagClassName
{
color: #3D50C1;
}
</style>
background-color css
<style>
a { background-color: #3D50C1; }
a { background-color: rgb(61,80,193); }
div.DivClassName
{
background-color: #3D50C1;
}
.BgClassName
{
background-color: #3D50C1;
}
</style>
border-color css
<style>
span { border-color: #3D50C1; }
span { border-color: rgb(61,80,193); }
td.TdClassName
{
border-color: #3D50C1;
}
.TagClassName
{
border-color: #3D50C1;
}
</style>