Shades of Free Speech Blue #3D50CE
Tints of Free Speech Blue #3D50CE
RGB
CMYK
RGB Variations
Color information
#3D50CE (or 0x3D50CE) is known color: Free Speech Blue. HEX triplet: 3D, 50 and CE. RGB value is (61,80,206). Sum of RGB (Red+Green+Blue) = 61+80+206=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D50CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50CE is #C2AF31. Grayscale: #585858. Windows color (decimal): -12758834 or 13520957. OLE color: 13520957.
HSL color Cylindrical-coordinate representation of color #3D50CE: hue angle of 232.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D50CE is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 80 | 206 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.19 |
| HSL | 232.14º | 0.6% | 0.52% | - |
| HSV(B) | 232.14º | 0.7% | 0.81% | - |
| XYZ | 15.93 | 11.19 | 59.71 | - |
| YUV | 88.68 | 194.21 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 206 | 0.70 | 0.61 | 0 | 0.19 | 232.14 | 0.6 | 0.52 |
| Hex | 3D | 50 | CE | 46 | 3D | 0 | 13 | E8 | 3C | 34 |
| Octal | 75 | 120 | 316 | 106 | 75 | 0 | 23 | 350 | 74 | 64 |
| Binary | 111101 | 1010000 | 11001110 | 1000110 | 111101 | 0 | 10011 | 11101000 | 111100 | 110100 |
Color Harmonies of #3D50CE
Complementary color
Monochromatic Colors of #3D50CE
Black with #3D50CE
Text Example
Text Example
White with #3D50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D50CE; }
p { color: rgb(61,80,206); }
H1.HeaderClassName
{
color: #3D50CE;
}
.AnyTagClassName
{
color: #3D50CE;
}
</style>
background-color css
<style>
a { background-color: #3D50CE; }
a { background-color: rgb(61,80,206); }
div.DivClassName
{
background-color: #3D50CE;
}
.BgClassName
{
background-color: #3D50CE;
}
</style>
border-color css
<style>
span { border-color: #3D50CE; }
span { border-color: rgb(61,80,206); }
td.TdClassName
{
border-color: #3D50CE;
}
.TagClassName
{
border-color: #3D50CE;
}
</style>