Shades of Free Speech Blue #334ACE
Tints of Free Speech Blue #334ACE
RGB
CMYK
RGB Variations
Color information
#334ACE (or 0x334ACE) is known color: Free Speech Blue. HEX triplet: 33, 4A and CE. RGB value is (51,74,206). Sum of RGB (Red+Green+Blue) = 51+74+206=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #334ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ACE is #CCB531. Grayscale: #515151. Windows color (decimal): -13415730 or 13519411. OLE color: 13519411.
HSL color Cylindrical-coordinate representation of color #334ACE: hue angle of 231.1º 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 #334ACE is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 74 | 206 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.19 |
| HSL | 231.1º | 0.61% | 0.5% | - |
| HSV(B) | 231.1º | 0.75% | 0.81% | - |
| XYZ | 14.95 | 10.06 | 59.55 | - |
| YUV | 82.17 | 197.88 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 206 | 0.75 | 0.64 | 0 | 0.19 | 231.1 | 0.61 | 0.5 |
| Hex | 33 | 4A | CE | 4B | 40 | 0 | 13 | E7 | 3D | 32 |
| Octal | 63 | 112 | 316 | 113 | 100 | 0 | 23 | 347 | 75 | 62 |
| Binary | 110011 | 1001010 | 11001110 | 1001011 | 1000000 | 0 | 10011 | 11100111 | 111101 | 110010 |
Color Harmonies of #334ACE
Complementary color
Monochromatic Colors of #334ACE
Black with #334ACE
Text Example
Text Example
White with #334ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ACE; }
p { color: rgb(51,74,206); }
H1.HeaderClassName
{
color: #334ACE;
}
.AnyTagClassName
{
color: #334ACE;
}
</style>
background-color css
<style>
a { background-color: #334ACE; }
a { background-color: rgb(51,74,206); }
div.DivClassName
{
background-color: #334ACE;
}
.BgClassName
{
background-color: #334ACE;
}
</style>
border-color css
<style>
span { border-color: #334ACE; }
span { border-color: rgb(51,74,206); }
td.TdClassName
{
border-color: #334ACE;
}
.TagClassName
{
border-color: #334ACE;
}
</style>