Shades of Free Speech Blue #334DCE
Tints of Free Speech Blue #334DCE
RGB
CMYK
RGB Variations
Color information
#334DCE (or 0x334DCE) is known color: Free Speech Blue. HEX triplet: 33, 4D and CE. RGB value is (51,77,206). Sum of RGB (Red+Green+Blue) = 51+77+206=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #334DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DCE is #CCB231. Grayscale: #535353. Windows color (decimal): -13414962 or 13520179. OLE color: 13520179.
HSL color Cylindrical-coordinate representation of color #334DCE: hue angle of 229.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334DCE is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 77 | 206 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.19 |
| HSL | 229.94º | 0.61% | 0.5% | - |
| HSV(B) | 229.94º | 0.75% | 0.81% | - |
| XYZ | 15.16 | 10.47 | 59.61 | - |
| YUV | 83.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 206 | 0.75 | 0.63 | 0 | 0.19 | 229.94 | 0.61 | 0.5 |
| Hex | 33 | 4D | CE | 4B | 3F | 0 | 13 | E6 | 3D | 32 |
| Octal | 63 | 115 | 316 | 113 | 77 | 0 | 23 | 346 | 75 | 62 |
| Binary | 110011 | 1001101 | 11001110 | 1001011 | 111111 | 0 | 10011 | 11100110 | 111101 | 110010 |
Color Harmonies of #334DCE
Complementary color
Monochromatic Colors of #334DCE
Black with #334DCE
Text Example
Text Example
White with #334DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DCE; }
p { color: rgb(51,77,206); }
H1.HeaderClassName
{
color: #334DCE;
}
.AnyTagClassName
{
color: #334DCE;
}
</style>
background-color css
<style>
a { background-color: #334DCE; }
a { background-color: rgb(51,77,206); }
div.DivClassName
{
background-color: #334DCE;
}
.BgClassName
{
background-color: #334DCE;
}
</style>
border-color css
<style>
span { border-color: #334DCE; }
span { border-color: rgb(51,77,206); }
td.TdClassName
{
border-color: #334DCE;
}
.TagClassName
{
border-color: #334DCE;
}
</style>