Shades of Free Speech Blue #3953C6
Tints of Free Speech Blue #3953C6
RGB
CMYK
RGB Variations
Color information
#3953C6 (or 0x3953C6) is known color: Free Speech Blue. HEX triplet: 39, 53 and C6. RGB value is (57,83,198). Sum of RGB (Red+Green+Blue) = 57+83+198=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #3953C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3953C6 is #C6AC39. Grayscale: #575757. Windows color (decimal): -13020218 or 12997433. OLE color: 12997433.
HSL color Cylindrical-coordinate representation of color #3953C6: hue angle of 228.94º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3953C6 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 83 | 198 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.22 |
| HSL | 228.94º | 0.55% | 0.5% | - |
| HSV(B) | 228.94º | 0.71% | 0.78% | - |
| XYZ | 14.97 | 11.13 | 54.79 | - |
| YUV | 88.34 | 189.89 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 198 | 0.71 | 0.58 | 0 | 0.22 | 228.94 | 0.55 | 0.5 |
| Hex | 39 | 53 | C6 | 47 | 3A | 0 | 16 | E5 | 37 | 32 |
| Octal | 71 | 123 | 306 | 107 | 72 | 0 | 26 | 345 | 67 | 62 |
| Binary | 111001 | 1010011 | 11000110 | 1000111 | 111010 | 0 | 10110 | 11100101 | 110111 | 110010 |
Color Harmonies of #3953C6
Complementary color
Monochromatic Colors of #3953C6
Black with #3953C6
Text Example
Text Example
White with #3953C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3953C6; }
p { color: rgb(57,83,198); }
H1.HeaderClassName
{
color: #3953C6;
}
.AnyTagClassName
{
color: #3953C6;
}
</style>
background-color css
<style>
a { background-color: #3953C6; }
a { background-color: rgb(57,83,198); }
div.DivClassName
{
background-color: #3953C6;
}
.BgClassName
{
background-color: #3953C6;
}
</style>
border-color css
<style>
span { border-color: #3953C6; }
span { border-color: rgb(57,83,198); }
td.TdClassName
{
border-color: #3953C6;
}
.TagClassName
{
border-color: #3953C6;
}
</style>