Shades of Free Speech Blue #395DCD
Tints of Free Speech Blue #395DCD
RGB
CMYK
RGB Variations
Color information
#395DCD (or 0x395DCD) is known color: Free Speech Blue. HEX triplet: 39, 5D and CD. RGB value is (57,93,205). Sum of RGB (Red+Green+Blue) = 57+93+205=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #395DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DCD is #C6A232. Grayscale: #5E5E5E. Windows color (decimal): -13017651 or 13458745. OLE color: 13458745.
HSL color Cylindrical-coordinate representation of color #395DCD: hue angle of 225.41º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395DCD is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 93 | 205 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.20 |
| HSL | 225.41º | 0.6% | 0.51% | - |
| HSV(B) | 225.41º | 0.72% | 0.8% | - |
| XYZ | 16.62 | 13.11 | 59.41 | - |
| YUV | 95 | 190.07 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 205 | 0.72 | 0.55 | 0 | 0.20 | 225.41 | 0.6 | 0.51 |
| Hex | 39 | 5D | CD | 48 | 37 | 0 | 14 | E1 | 3C | 33 |
| Octal | 71 | 135 | 315 | 110 | 67 | 0 | 24 | 341 | 74 | 63 |
| Binary | 111001 | 1011101 | 11001101 | 1001000 | 110111 | 0 | 10100 | 11100001 | 111100 | 110011 |
Color Harmonies of #395DCD
Complementary color
Monochromatic Colors of #395DCD
Black with #395DCD
Text Example
Text Example
White with #395DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395DCD; }
p { color: rgb(57,93,205); }
H1.HeaderClassName
{
color: #395DCD;
}
.AnyTagClassName
{
color: #395DCD;
}
</style>
background-color css
<style>
a { background-color: #395DCD; }
a { background-color: rgb(57,93,205); }
div.DivClassName
{
background-color: #395DCD;
}
.BgClassName
{
background-color: #395DCD;
}
</style>
border-color css
<style>
span { border-color: #395DCD; }
span { border-color: rgb(57,93,205); }
td.TdClassName
{
border-color: #395DCD;
}
.TagClassName
{
border-color: #395DCD;
}
</style>