Shades of Free Speech Blue #344CCC
Tints of Free Speech Blue #344CCC
RGB
CMYK
RGB Variations
Color information
#344CCC (or 0x344CCC) is known color: Free Speech Blue. HEX triplet: 34, 4C and CC. RGB value is (52,76,204). Sum of RGB (Red+Green+Blue) = 52+76+204=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #344CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CCC is #CBB333. Grayscale: #525252. Windows color (decimal): -13349684 or 13388852. OLE color: 13388852.
HSL color Cylindrical-coordinate representation of color #344CCC: hue angle of 230.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344CCC is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 76 | 204 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.2 |
| HSL | 230.53º | 0.6% | 0.5% | - |
| HSV(B) | 230.53º | 0.75% | 0.8% | - |
| XYZ | 14.9 | 10.26 | 58.32 | - |
| YUV | 83.42 | 196.05 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 204 | 0.75 | 0.63 | 0 | 0.2 | 230.53 | 0.6 | 0.5 |
| Hex | 34 | 4C | CC | 4B | 3F | 0 | 14 | E7 | 3C | 32 |
| Octal | 64 | 114 | 314 | 113 | 77 | 0 | 24 | 347 | 74 | 62 |
| Binary | 110100 | 1001100 | 11001100 | 1001011 | 111111 | 0 | 10100 | 11100111 | 111100 | 110010 |
Color Harmonies of #344CCC
Complementary color
Monochromatic Colors of #344CCC
Black with #344CCC
Text Example
Text Example
White with #344CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CCC; }
p { color: rgb(52,76,204); }
H1.HeaderClassName
{
color: #344CCC;
}
.AnyTagClassName
{
color: #344CCC;
}
</style>
background-color css
<style>
a { background-color: #344CCC; }
a { background-color: rgb(52,76,204); }
div.DivClassName
{
background-color: #344CCC;
}
.BgClassName
{
background-color: #344CCC;
}
</style>
border-color css
<style>
span { border-color: #344CCC; }
span { border-color: rgb(52,76,204); }
td.TdClassName
{
border-color: #344CCC;
}
.TagClassName
{
border-color: #344CCC;
}
</style>