Shades of Free Speech Blue #334CDF
Tints of Free Speech Blue #334CDF
RGB
CMYK
RGB Variations
Color information
#334CDF (or 0x334CDF) is known color: Free Speech Blue. HEX triplet: 33, 4C and DF. RGB value is (51,76,223). Sum of RGB (Red+Green+Blue) = 51+76+223=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #334CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CDF is #CCB320. Grayscale: #545454. Windows color (decimal): -13415201 or 14634035. OLE color: 14634035.
HSL color Cylindrical-coordinate representation of color #334CDF: hue angle of 231.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334CDF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 76 | 223 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.13 |
| HSL | 231.28º | 0.73% | 0.54% | - |
| HSV(B) | 231.28º | 0.77% | 0.87% | - |
| XYZ | 17.27 | 11.2 | 71.06 | - |
| YUV | 85.28 | 205.72 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 223 | 0.77 | 0.66 | 0 | 0.13 | 231.28 | 0.73 | 0.54 |
| Hex | 33 | 4C | DF | 4D | 42 | 0 | D | E7 | 49 | 36 |
| Octal | 63 | 114 | 337 | 115 | 102 | 0 | 15 | 347 | 111 | 66 |
| Binary | 110011 | 1001100 | 11011111 | 1001101 | 1000010 | 0 | 1101 | 11100111 | 1001001 | 110110 |
Color Harmonies of #334CDF
Complementary color
Monochromatic Colors of #334CDF
Black with #334CDF
Text Example
Text Example
White with #334CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CDF; }
p { color: rgb(51,76,223); }
H1.HeaderClassName
{
color: #334CDF;
}
.AnyTagClassName
{
color: #334CDF;
}
</style>
background-color css
<style>
a { background-color: #334CDF; }
a { background-color: rgb(51,76,223); }
div.DivClassName
{
background-color: #334CDF;
}
.BgClassName
{
background-color: #334CDF;
}
</style>
border-color css
<style>
span { border-color: #334CDF; }
span { border-color: rgb(51,76,223); }
td.TdClassName
{
border-color: #334CDF;
}
.TagClassName
{
border-color: #334CDF;
}
</style>