Shades of Free Speech Blue #3851CB
Tints of Free Speech Blue #3851CB
RGB
CMYK
RGB Variations
Color information
#3851CB (or 0x3851CB) is known color: Free Speech Blue. HEX triplet: 38, 51 and CB. RGB value is (56,81,203). Sum of RGB (Red+Green+Blue) = 56+81+203=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #3851CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3851CB is #C7AE34. Grayscale: #565656. Windows color (decimal): -13086261 or 13324600. OLE color: 13324600.
HSL color Cylindrical-coordinate representation of color #3851CB: hue angle of 229.8º 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 #3851CB is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 81 | 203 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.20 |
| HSL | 229.8º | 0.59% | 0.51% | - |
| HSV(B) | 229.8º | 0.72% | 0.8% | - |
| XYZ | 15.35 | 11.04 | 57.82 | - |
| YUV | 87.43 | 193.22 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 203 | 0.72 | 0.60 | 0 | 0.20 | 229.8 | 0.59 | 0.51 |
| Hex | 38 | 51 | CB | 48 | 3C | 0 | 14 | E6 | 3B | 33 |
| Octal | 70 | 121 | 313 | 110 | 74 | 0 | 24 | 346 | 73 | 63 |
| Binary | 111000 | 1010001 | 11001011 | 1001000 | 111100 | 0 | 10100 | 11100110 | 111011 | 110011 |
Color Harmonies of #3851CB
Complementary color
Monochromatic Colors of #3851CB
Black with #3851CB
Text Example
Text Example
White with #3851CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3851CB; }
p { color: rgb(56,81,203); }
H1.HeaderClassName
{
color: #3851CB;
}
.AnyTagClassName
{
color: #3851CB;
}
</style>
background-color css
<style>
a { background-color: #3851CB; }
a { background-color: rgb(56,81,203); }
div.DivClassName
{
background-color: #3851CB;
}
.BgClassName
{
background-color: #3851CB;
}
</style>
border-color css
<style>
span { border-color: #3851CB; }
span { border-color: rgb(56,81,203); }
td.TdClassName
{
border-color: #3851CB;
}
.TagClassName
{
border-color: #3851CB;
}
</style>