Shades of Free Speech Blue #334CDC
Tints of Free Speech Blue #334CDC
RGB
CMYK
RGB Variations
Color information
#334CDC (or 0x334CDC) is known color: Free Speech Blue. HEX triplet: 33, 4C and DC. RGB value is (51,76,220). Sum of RGB (Red+Green+Blue) = 51+76+220=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #334CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CDC is #CCB323. Grayscale: #545454. Windows color (decimal): -13415204 or 14437427. OLE color: 14437427.
HSL color Cylindrical-coordinate representation of color #334CDC: hue angle of 231.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334CDC is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 76 | 220 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.14 |
| HSL | 231.12º | 0.71% | 0.53% | - |
| HSV(B) | 231.12º | 0.77% | 0.86% | - |
| XYZ | 16.87 | 11.04 | 68.95 | - |
| YUV | 84.94 | 204.22 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 220 | 0.77 | 0.65 | 0 | 0.14 | 231.12 | 0.71 | 0.53 |
| Hex | 33 | 4C | DC | 4D | 41 | 0 | E | E7 | 47 | 35 |
| Octal | 63 | 114 | 334 | 115 | 101 | 0 | 16 | 347 | 107 | 65 |
| Binary | 110011 | 1001100 | 11011100 | 1001101 | 1000001 | 0 | 1110 | 11100111 | 1000111 | 110101 |
Color Harmonies of #334CDC
Complementary color
Monochromatic Colors of #334CDC
Black with #334CDC
Text Example
Text Example
White with #334CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CDC; }
p { color: rgb(51,76,220); }
H1.HeaderClassName
{
color: #334CDC;
}
.AnyTagClassName
{
color: #334CDC;
}
</style>
background-color css
<style>
a { background-color: #334CDC; }
a { background-color: rgb(51,76,220); }
div.DivClassName
{
background-color: #334CDC;
}
.BgClassName
{
background-color: #334CDC;
}
</style>
border-color css
<style>
span { border-color: #334CDC; }
span { border-color: rgb(51,76,220); }
td.TdClassName
{
border-color: #334CDC;
}
.TagClassName
{
border-color: #334CDC;
}
</style>