Shades of Free Speech Blue #3553DA
Tints of Free Speech Blue #3553DA
RGB
CMYK
RGB Variations
Color information
#3553DA (or 0x3553DA) is known color: Free Speech Blue. HEX triplet: 35, 53 and DA. RGB value is (53,83,218). Sum of RGB (Red+Green+Blue) = 53+83+218=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #3553DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553DA is #CAAC25. Grayscale: #585858. Windows color (decimal): -13282342 or 14308149. OLE color: 14308149.
HSL color Cylindrical-coordinate representation of color #3553DA: hue angle of 229.09º 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 #3553DA is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 83 | 218 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.15 |
| HSL | 229.09º | 0.69% | 0.53% | - |
| HSV(B) | 229.09º | 0.76% | 0.85% | - |
| XYZ | 17.22 | 12.01 | 67.74 | - |
| YUV | 89.42 | 200.56 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 218 | 0.76 | 0.62 | 0 | 0.15 | 229.09 | 0.69 | 0.53 |
| Hex | 35 | 53 | DA | 4C | 3E | 0 | F | E5 | 45 | 35 |
| Octal | 65 | 123 | 332 | 114 | 76 | 0 | 17 | 345 | 105 | 65 |
| Binary | 110101 | 1010011 | 11011010 | 1001100 | 111110 | 0 | 1111 | 11100101 | 1000101 | 110101 |
Color Harmonies of #3553DA
Complementary color
Monochromatic Colors of #3553DA
Black with #3553DA
Text Example
Text Example
White with #3553DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3553DA; }
p { color: rgb(53,83,218); }
H1.HeaderClassName
{
color: #3553DA;
}
.AnyTagClassName
{
color: #3553DA;
}
</style>
background-color css
<style>
a { background-color: #3553DA; }
a { background-color: rgb(53,83,218); }
div.DivClassName
{
background-color: #3553DA;
}
.BgClassName
{
background-color: #3553DA;
}
</style>
border-color css
<style>
span { border-color: #3553DA; }
span { border-color: rgb(53,83,218); }
td.TdClassName
{
border-color: #3553DA;
}
.TagClassName
{
border-color: #3553DA;
}
</style>