Shades of Free Speech Blue #3D50CC
Tints of Free Speech Blue #3D50CC
RGB
CMYK
RGB Variations
Color information
#3D50CC (or 0x3D50CC) is known color: Free Speech Blue. HEX triplet: 3D, 50 and CC. RGB value is (61,80,204). Sum of RGB (Red+Green+Blue) = 61+80+204=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D50CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50CC is #C2AF33. Grayscale: #575757. Windows color (decimal): -12758836 or 13389885. OLE color: 13389885.
HSL color Cylindrical-coordinate representation of color #3D50CC: hue angle of 232.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D50CC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 80 | 204 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.2 |
| HSL | 232.03º | 0.58% | 0.52% | - |
| HSV(B) | 232.03º | 0.7% | 0.8% | - |
| XYZ | 15.69 | 11.09 | 58.44 | - |
| YUV | 88.46 | 193.21 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 204 | 0.70 | 0.61 | 0 | 0.2 | 232.03 | 0.58 | 0.52 |
| Hex | 3D | 50 | CC | 46 | 3D | 0 | 14 | E8 | 3A | 34 |
| Octal | 75 | 120 | 314 | 106 | 75 | 0 | 24 | 350 | 72 | 64 |
| Binary | 111101 | 1010000 | 11001100 | 1000110 | 111101 | 0 | 10100 | 11101000 | 111010 | 110100 |
Color Harmonies of #3D50CC
Complementary color
Monochromatic Colors of #3D50CC
Black with #3D50CC
Text Example
Text Example
White with #3D50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D50CC; }
p { color: rgb(61,80,204); }
H1.HeaderClassName
{
color: #3D50CC;
}
.AnyTagClassName
{
color: #3D50CC;
}
</style>
background-color css
<style>
a { background-color: #3D50CC; }
a { background-color: rgb(61,80,204); }
div.DivClassName
{
background-color: #3D50CC;
}
.BgClassName
{
background-color: #3D50CC;
}
</style>
border-color css
<style>
span { border-color: #3D50CC; }
span { border-color: rgb(61,80,204); }
td.TdClassName
{
border-color: #3D50CC;
}
.TagClassName
{
border-color: #3D50CC;
}
</style>