Shades of Free Speech Blue #3440DA
Tints of Free Speech Blue #3440DA
RGB
CMYK
RGB Variations
Color information
#3440DA (or 0x3440DA) is known color: Free Speech Blue. HEX triplet: 34, 40 and DA. RGB value is (52,64,218). Sum of RGB (Red+Green+Blue) = 52+64+218=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #3440DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440DA is #CBBF25. Grayscale: #4D4D4D. Windows color (decimal): -13352742 or 14303284. OLE color: 14303284.
HSL color Cylindrical-coordinate representation of color #3440DA: hue angle of 235.66º 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 #3440DA is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 64 | 218 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.15 |
| HSL | 235.66º | 0.69% | 0.53% | - |
| HSV(B) | 235.66º | 0.76% | 0.85% | - |
| XYZ | 15.9 | 9.46 | 67.32 | - |
| YUV | 77.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 218 | 0.76 | 0.71 | 0 | 0.15 | 235.66 | 0.69 | 0.53 |
| Hex | 34 | 40 | DA | 4C | 47 | 0 | F | EC | 45 | 35 |
| Octal | 64 | 100 | 332 | 114 | 107 | 0 | 17 | 354 | 105 | 65 |
| Binary | 110100 | 1000000 | 11011010 | 1001100 | 1000111 | 0 | 1111 | 11101100 | 1000101 | 110101 |
Color Harmonies of #3440DA
Complementary color
Monochromatic Colors of #3440DA
Black with #3440DA
Text Example
Text Example
White with #3440DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3440DA; }
p { color: rgb(52,64,218); }
H1.HeaderClassName
{
color: #3440DA;
}
.AnyTagClassName
{
color: #3440DA;
}
</style>
background-color css
<style>
a { background-color: #3440DA; }
a { background-color: rgb(52,64,218); }
div.DivClassName
{
background-color: #3440DA;
}
.BgClassName
{
background-color: #3440DA;
}
</style>
border-color css
<style>
span { border-color: #3440DA; }
span { border-color: rgb(52,64,218); }
td.TdClassName
{
border-color: #3440DA;
}
.TagClassName
{
border-color: #3440DA;
}
</style>