Shades of Free Speech Blue #3454D8
Tints of Free Speech Blue #3454D8
RGB
CMYK
RGB Variations
Color information
#3454D8 (or 0x3454D8) is known color: Free Speech Blue. HEX triplet: 34, 54 and D8. RGB value is (52,84,216). Sum of RGB (Red+Green+Blue) = 52+84+216=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 216 (84.77% from 255 or 61.36% from 352); Max value from RGB is 216 - color contains mainly: blue. Hex color #3454D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454D8 is #CBAB27. Grayscale: #585858. Windows color (decimal): -13347624 or 14177332. OLE color: 14177332.
HSL color Cylindrical-coordinate representation of color #3454D8: hue angle of 228.29º degrees, saturation: 0.68, 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 #3454D8 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 84 | 216 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.15 |
| HSL | 228.29º | 0.68% | 0.53% | - |
| HSV(B) | 228.29º | 0.76% | 0.85% | - |
| XYZ | 16.98 | 12.03 | 66.39 | - |
| YUV | 89.48 | 199.4 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 216 | 0.76 | 0.61 | 0 | 0.15 | 228.29 | 0.68 | 0.53 |
| Hex | 34 | 54 | D8 | 4C | 3D | 0 | F | E4 | 44 | 35 |
| Octal | 64 | 124 | 330 | 114 | 75 | 0 | 17 | 344 | 104 | 65 |
| Binary | 110100 | 1010100 | 11011000 | 1001100 | 111101 | 0 | 1111 | 11100100 | 1000100 | 110101 |
Color Harmonies of #3454D8
Complementary color
Monochromatic Colors of #3454D8
Black with #3454D8
Text Example
Text Example
White with #3454D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3454D8; }
p { color: rgb(52,84,216); }
H1.HeaderClassName
{
color: #3454D8;
}
.AnyTagClassName
{
color: #3454D8;
}
</style>
background-color css
<style>
a { background-color: #3454D8; }
a { background-color: rgb(52,84,216); }
div.DivClassName
{
background-color: #3454D8;
}
.BgClassName
{
background-color: #3454D8;
}
</style>
border-color css
<style>
span { border-color: #3454D8; }
span { border-color: rgb(52,84,216); }
td.TdClassName
{
border-color: #3454D8;
}
.TagClassName
{
border-color: #3454D8;
}
</style>