Shades of Free Speech Blue #344ADA
Tints of Free Speech Blue #344ADA
RGB
CMYK
RGB Variations
Color information
#344ADA (or 0x344ADA) is known color: Free Speech Blue. HEX triplet: 34, 4A and DA. RGB value is (52,74,218). Sum of RGB (Red+Green+Blue) = 52+74+218=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #344ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ADA is #CBB525. Grayscale: #535353. Windows color (decimal): -13350182 or 14305844. OLE color: 14305844.
HSL color Cylindrical-coordinate representation of color #344ADA: hue angle of 232.05º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344ADA is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 74 | 218 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.15 |
| HSL | 232.05º | 0.69% | 0.53% | - |
| HSV(B) | 232.05º | 0.76% | 0.85% | - |
| XYZ | 16.52 | 10.69 | 67.52 | - |
| YUV | 83.84 | 203.71 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 218 | 0.76 | 0.66 | 0 | 0.15 | 232.05 | 0.69 | 0.53 |
| Hex | 34 | 4A | DA | 4C | 42 | 0 | F | E8 | 45 | 35 |
| Octal | 64 | 112 | 332 | 114 | 102 | 0 | 17 | 350 | 105 | 65 |
| Binary | 110100 | 1001010 | 11011010 | 1001100 | 1000010 | 0 | 1111 | 11101000 | 1000101 | 110101 |
Color Harmonies of #344ADA
Complementary color
Monochromatic Colors of #344ADA
Black with #344ADA
Text Example
Text Example
White with #344ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344ADA; }
p { color: rgb(52,74,218); }
H1.HeaderClassName
{
color: #344ADA;
}
.AnyTagClassName
{
color: #344ADA;
}
</style>
background-color css
<style>
a { background-color: #344ADA; }
a { background-color: rgb(52,74,218); }
div.DivClassName
{
background-color: #344ADA;
}
.BgClassName
{
background-color: #344ADA;
}
</style>
border-color css
<style>
span { border-color: #344ADA; }
span { border-color: rgb(52,74,218); }
td.TdClassName
{
border-color: #344ADA;
}
.TagClassName
{
border-color: #344ADA;
}
</style>