Shades of Free Speech Blue #344ADF
Tints of Free Speech Blue #344ADF
RGB
CMYK
RGB Variations
Color information
#344ADF (or 0x344ADF) is known color: Free Speech Blue. HEX triplet: 34, 4A and DF. RGB value is (52,74,223). Sum of RGB (Red+Green+Blue) = 52+74+223=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #344ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ADF is #CBB520. Grayscale: #535353. Windows color (decimal): -13350177 or 14633524. OLE color: 14633524.
HSL color Cylindrical-coordinate representation of color #344ADF: hue angle of 232.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 #344ADF is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 74 | 223 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.13 |
| HSL | 232.28º | 0.73% | 0.54% | - |
| HSV(B) | 232.28º | 0.77% | 0.87% | - |
| XYZ | 17.18 | 10.96 | 71.02 | - |
| YUV | 84.41 | 206.21 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 223 | 0.77 | 0.67 | 0 | 0.13 | 232.28 | 0.73 | 0.54 |
| Hex | 34 | 4A | DF | 4D | 43 | 0 | D | E8 | 49 | 36 |
| Octal | 64 | 112 | 337 | 115 | 103 | 0 | 15 | 350 | 111 | 66 |
| Binary | 110100 | 1001010 | 11011111 | 1001101 | 1000011 | 0 | 1101 | 11101000 | 1001001 | 110110 |
Color Harmonies of #344ADF
Complementary color
Monochromatic Colors of #344ADF
Black with #344ADF
Text Example
Text Example
White with #344ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344ADF; }
p { color: rgb(52,74,223); }
H1.HeaderClassName
{
color: #344ADF;
}
.AnyTagClassName
{
color: #344ADF;
}
</style>
background-color css
<style>
a { background-color: #344ADF; }
a { background-color: rgb(52,74,223); }
div.DivClassName
{
background-color: #344ADF;
}
.BgClassName
{
background-color: #344ADF;
}
</style>
border-color css
<style>
span { border-color: #344ADF; }
span { border-color: rgb(52,74,223); }
td.TdClassName
{
border-color: #344ADF;
}
.TagClassName
{
border-color: #344ADF;
}
</style>