Shades of Free Speech Blue #395CBD
Tints of Free Speech Blue #395CBD
RGB
CMYK
RGB Variations
Color information
#395CBD (or 0x395CBD) is known color: Free Speech Blue. HEX triplet: 39, 5C and BD. RGB value is (57,92,189). Sum of RGB (Red+Green+Blue) = 57+92+189=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #395CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CBD is #C6A342. Grayscale: #5C5C5C. Windows color (decimal): -13017923 or 12409913. OLE color: 12409913.
HSL color Cylindrical-coordinate representation of color #395CBD: hue angle of 224.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #395CBD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 92 | 189 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.26 |
| HSL | 224.09º | 0.54% | 0.48% | - |
| HSV(B) | 224.09º | 0.7% | 0.74% | - |
| XYZ | 14.7 | 12.2 | 49.72 | - |
| YUV | 92.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 189 | 0.70 | 0.51 | 0 | 0.26 | 224.09 | 0.54 | 0.48 |
| Hex | 39 | 5C | BD | 46 | 33 | 0 | 1A | E0 | 36 | 30 |
| Octal | 71 | 134 | 275 | 106 | 63 | 0 | 32 | 340 | 66 | 60 |
| Binary | 111001 | 1011100 | 10111101 | 1000110 | 110011 | 0 | 11010 | 11100000 | 110110 | 110000 |
Color Harmonies of #395CBD
Complementary color
Monochromatic Colors of #395CBD
Black with #395CBD
Text Example
Text Example
White with #395CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395CBD; }
p { color: rgb(57,92,189); }
H1.HeaderClassName
{
color: #395CBD;
}
.AnyTagClassName
{
color: #395CBD;
}
</style>
background-color css
<style>
a { background-color: #395CBD; }
a { background-color: rgb(57,92,189); }
div.DivClassName
{
background-color: #395CBD;
}
.BgClassName
{
background-color: #395CBD;
}
</style>
border-color css
<style>
span { border-color: #395CBD; }
span { border-color: rgb(57,92,189); }
td.TdClassName
{
border-color: #395CBD;
}
.TagClassName
{
border-color: #395CBD;
}
</style>