Shades of Free Speech Blue #3954CB
Tints of Free Speech Blue #3954CB
RGB
CMYK
RGB Variations
Color information
#3954CB (or 0x3954CB) is known color: Free Speech Blue. HEX triplet: 39, 54 and CB. RGB value is (57,84,203). Sum of RGB (Red+Green+Blue) = 57+84+203=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #3954CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3954CB is #C6AB34. Grayscale: #585858. Windows color (decimal): -13019957 or 13325369. OLE color: 13325369.
HSL color Cylindrical-coordinate representation of color #3954CB: hue angle of 228.9º degrees, saturation: 0.58, 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 #3954CB is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 84 | 203 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.20 |
| HSL | 228.9º | 0.58% | 0.51% | - |
| HSV(B) | 228.9º | 0.72% | 0.8% | - |
| XYZ | 15.64 | 11.52 | 57.9 | - |
| YUV | 89.49 | 192.05 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 203 | 0.72 | 0.59 | 0 | 0.20 | 228.9 | 0.58 | 0.51 |
| Hex | 39 | 54 | CB | 48 | 3B | 0 | 14 | E5 | 3A | 33 |
| Octal | 71 | 124 | 313 | 110 | 73 | 0 | 24 | 345 | 72 | 63 |
| Binary | 111001 | 1010100 | 11001011 | 1001000 | 111011 | 0 | 10100 | 11100101 | 111010 | 110011 |
Color Harmonies of #3954CB
Complementary color
Monochromatic Colors of #3954CB
Black with #3954CB
Text Example
Text Example
White with #3954CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3954CB; }
p { color: rgb(57,84,203); }
H1.HeaderClassName
{
color: #3954CB;
}
.AnyTagClassName
{
color: #3954CB;
}
</style>
background-color css
<style>
a { background-color: #3954CB; }
a { background-color: rgb(57,84,203); }
div.DivClassName
{
background-color: #3954CB;
}
.BgClassName
{
background-color: #3954CB;
}
</style>
border-color css
<style>
span { border-color: #3954CB; }
span { border-color: rgb(57,84,203); }
td.TdClassName
{
border-color: #3954CB;
}
.TagClassName
{
border-color: #3954CB;
}
</style>