Shades of Free Speech Blue #3A53DC
Tints of Free Speech Blue #3A53DC
RGB
CMYK
RGB Variations
Color information
#3A53DC (or 0x3A53DC) is known color: Free Speech Blue. HEX triplet: 3A, 53 and DC. RGB value is (58,83,220). Sum of RGB (Red+Green+Blue) = 58+83+220=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A53DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A53DC is #C5AC23. Grayscale: #5A5A5A. Windows color (decimal): -12954660 or 14439226. OLE color: 14439226.
HSL color Cylindrical-coordinate representation of color #3A53DC: hue angle of 230.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A53DC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 83 | 220 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.14 |
| HSL | 230.74º | 0.7% | 0.55% | - |
| HSV(B) | 230.74º | 0.74% | 0.86% | - |
| XYZ | 17.76 | 12.25 | 69.14 | - |
| YUV | 91.14 | 200.72 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 220 | 0.74 | 0.62 | 0 | 0.14 | 230.74 | 0.7 | 0.55 |
| Hex | 3A | 53 | DC | 4A | 3E | 0 | E | E7 | 46 | 37 |
| Octal | 72 | 123 | 334 | 112 | 76 | 0 | 16 | 347 | 106 | 67 |
| Binary | 111010 | 1010011 | 11011100 | 1001010 | 111110 | 0 | 1110 | 11100111 | 1000110 | 110111 |
Color Harmonies of #3A53DC
Complementary color
Monochromatic Colors of #3A53DC
Black with #3A53DC
Text Example
Text Example
White with #3A53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A53DC; }
p { color: rgb(58,83,220); }
H1.HeaderClassName
{
color: #3A53DC;
}
.AnyTagClassName
{
color: #3A53DC;
}
</style>
background-color css
<style>
a { background-color: #3A53DC; }
a { background-color: rgb(58,83,220); }
div.DivClassName
{
background-color: #3A53DC;
}
.BgClassName
{
background-color: #3A53DC;
}
</style>
border-color css
<style>
span { border-color: #3A53DC; }
span { border-color: rgb(58,83,220); }
td.TdClassName
{
border-color: #3A53DC;
}
.TagClassName
{
border-color: #3A53DC;
}
</style>