Shades of Free Speech Blue #395BCE
Tints of Free Speech Blue #395BCE
RGB
CMYK
RGB Variations
Color information
#395BCE (or 0x395BCE) is known color: Free Speech Blue. HEX triplet: 39, 5B and CE. RGB value is (57,91,206). Sum of RGB (Red+Green+Blue) = 57+91+206=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #395BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BCE is #C6A431. Grayscale: #5D5D5D. Windows color (decimal): -13018162 or 13523769. OLE color: 13523769.
HSL color Cylindrical-coordinate representation of color #395BCE: hue angle of 226.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395BCE is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 91 | 206 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.19 |
| HSL | 226.31º | 0.6% | 0.52% | - |
| HSV(B) | 226.31º | 0.72% | 0.81% | - |
| XYZ | 16.57 | 12.81 | 59.99 | - |
| YUV | 93.94 | 191.24 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 206 | 0.72 | 0.56 | 0 | 0.19 | 226.31 | 0.6 | 0.52 |
| Hex | 39 | 5B | CE | 48 | 38 | 0 | 13 | E2 | 3C | 34 |
| Octal | 71 | 133 | 316 | 110 | 70 | 0 | 23 | 342 | 74 | 64 |
| Binary | 111001 | 1011011 | 11001110 | 1001000 | 111000 | 0 | 10011 | 11100010 | 111100 | 110100 |
Color Harmonies of #395BCE
Complementary color
Monochromatic Colors of #395BCE
Black with #395BCE
Text Example
Text Example
White with #395BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395BCE; }
p { color: rgb(57,91,206); }
H1.HeaderClassName
{
color: #395BCE;
}
.AnyTagClassName
{
color: #395BCE;
}
</style>
background-color css
<style>
a { background-color: #395BCE; }
a { background-color: rgb(57,91,206); }
div.DivClassName
{
background-color: #395BCE;
}
.BgClassName
{
background-color: #395BCE;
}
</style>
border-color css
<style>
span { border-color: #395BCE; }
span { border-color: rgb(57,91,206); }
td.TdClassName
{
border-color: #395BCE;
}
.TagClassName
{
border-color: #395BCE;
}
</style>