Shades of Free Speech Blue #395ECC
Tints of Free Speech Blue #395ECC
RGB
CMYK
RGB Variations
Color information
#395ECC (or 0x395ECC) is known color: Free Speech Blue. HEX triplet: 39, 5E and CC. RGB value is (57,94,204). Sum of RGB (Red+Green+Blue) = 57+94+204=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #395ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ECC is #C6A133. Grayscale: #5E5E5E. Windows color (decimal): -13017396 or 13393465. OLE color: 13393465.
HSL color Cylindrical-coordinate representation of color #395ECC: hue angle of 224.9º degrees, saturation: 0.59, 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 #395ECC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 94 | 204 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.2 |
| HSL | 224.9º | 0.59% | 0.51% | - |
| HSV(B) | 224.9º | 0.72% | 0.8% | - |
| XYZ | 16.59 | 13.23 | 58.81 | - |
| YUV | 95.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 204 | 0.72 | 0.54 | 0 | 0.2 | 224.9 | 0.59 | 0.51 |
| Hex | 39 | 5E | CC | 48 | 36 | 0 | 14 | E1 | 3B | 33 |
| Octal | 71 | 136 | 314 | 110 | 66 | 0 | 24 | 341 | 73 | 63 |
| Binary | 111001 | 1011110 | 11001100 | 1001000 | 110110 | 0 | 10100 | 11100001 | 111011 | 110011 |
Color Harmonies of #395ECC
Complementary color
Monochromatic Colors of #395ECC
Black with #395ECC
Text Example
Text Example
White with #395ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395ECC; }
p { color: rgb(57,94,204); }
H1.HeaderClassName
{
color: #395ECC;
}
.AnyTagClassName
{
color: #395ECC;
}
</style>
background-color css
<style>
a { background-color: #395ECC; }
a { background-color: rgb(57,94,204); }
div.DivClassName
{
background-color: #395ECC;
}
.BgClassName
{
background-color: #395ECC;
}
</style>
border-color css
<style>
span { border-color: #395ECC; }
span { border-color: rgb(57,94,204); }
td.TdClassName
{
border-color: #395ECC;
}
.TagClassName
{
border-color: #395ECC;
}
</style>