Shades of Free Speech Blue #395AD4
Tints of Free Speech Blue #395AD4
RGB
CMYK
RGB Variations
Color information
#395AD4 (or 0x395AD4) is known color: Free Speech Blue. HEX triplet: 39, 5A and D4. RGB value is (57,90,212). Sum of RGB (Red+Green+Blue) = 57+90+212=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #395AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395AD4 is #C6A52B. Grayscale: #5D5D5D. Windows color (decimal): -13018412 or 13916729. OLE color: 13916729.
HSL color Cylindrical-coordinate representation of color #395AD4: hue angle of 227.23º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #395AD4 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 90 | 212 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.17 |
| HSL | 227.23º | 0.64% | 0.53% | - |
| HSV(B) | 227.23º | 0.73% | 0.83% | - |
| XYZ | 17.23 | 12.94 | 63.88 | - |
| YUV | 94.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 212 | 0.73 | 0.58 | 0 | 0.17 | 227.23 | 0.64 | 0.53 |
| Hex | 39 | 5A | D4 | 49 | 3A | 0 | 11 | E3 | 40 | 35 |
| Octal | 71 | 132 | 324 | 111 | 72 | 0 | 21 | 343 | 100 | 65 |
| Binary | 111001 | 1011010 | 11010100 | 1001001 | 111010 | 0 | 10001 | 11100011 | 1000000 | 110101 |
Color Harmonies of #395AD4
Complementary color
Monochromatic Colors of #395AD4
Black with #395AD4
Text Example
Text Example
White with #395AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395AD4; }
p { color: rgb(57,90,212); }
H1.HeaderClassName
{
color: #395AD4;
}
.AnyTagClassName
{
color: #395AD4;
}
</style>
background-color css
<style>
a { background-color: #395AD4; }
a { background-color: rgb(57,90,212); }
div.DivClassName
{
background-color: #395AD4;
}
.BgClassName
{
background-color: #395AD4;
}
</style>
border-color css
<style>
span { border-color: #395AD4; }
span { border-color: rgb(57,90,212); }
td.TdClassName
{
border-color: #395AD4;
}
.TagClassName
{
border-color: #395AD4;
}
</style>