Shades of Free Speech Blue #3958C8
Tints of Free Speech Blue #3958C8
RGB
CMYK
RGB Variations
Color information
#3958C8 (or 0x3958C8) is known color: Free Speech Blue. HEX triplet: 39, 58 and C8. RGB value is (57,88,200). Sum of RGB (Red+Green+Blue) = 57+88+200=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #3958C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3958C8 is #C6A737. Grayscale: #5B5B5B. Windows color (decimal): -13018936 or 13129785. OLE color: 13129785.
HSL color Cylindrical-coordinate representation of color #3958C8: hue angle of 226.99º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3958C8 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 88 | 200 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.22 |
| HSL | 226.99º | 0.57% | 0.5% | - |
| HSV(B) | 226.99º | 0.72% | 0.78% | - |
| XYZ | 15.6 | 12.02 | 56.14 | - |
| YUV | 91.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 200 | 0.72 | 0.56 | 0 | 0.22 | 226.99 | 0.57 | 0.5 |
| Hex | 39 | 58 | C8 | 48 | 38 | 0 | 16 | E3 | 39 | 32 |
| Octal | 71 | 130 | 310 | 110 | 70 | 0 | 26 | 343 | 71 | 62 |
| Binary | 111001 | 1011000 | 11001000 | 1001000 | 111000 | 0 | 10110 | 11100011 | 111001 | 110010 |
Color Harmonies of #3958C8
Complementary color
Monochromatic Colors of #3958C8
Black with #3958C8
Text Example
Text Example
White with #3958C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3958C8; }
p { color: rgb(57,88,200); }
H1.HeaderClassName
{
color: #3958C8;
}
.AnyTagClassName
{
color: #3958C8;
}
</style>
background-color css
<style>
a { background-color: #3958C8; }
a { background-color: rgb(57,88,200); }
div.DivClassName
{
background-color: #3958C8;
}
.BgClassName
{
background-color: #3958C8;
}
</style>
border-color css
<style>
span { border-color: #3958C8; }
span { border-color: rgb(57,88,200); }
td.TdClassName
{
border-color: #3958C8;
}
.TagClassName
{
border-color: #3958C8;
}
</style>