Shades of Free Speech Blue #3855CB
Tints of Free Speech Blue #3855CB
RGB
CMYK
RGB Variations
Color information
#3855CB (or 0x3855CB) is known color: Free Speech Blue. HEX triplet: 38, 55 and CB. RGB value is (56,85,203). Sum of RGB (Red+Green+Blue) = 56+85+203=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 85 (33.59% from 255 or 24.71% 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 #3855CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3855CB is #C7AA34. Grayscale: #595959. Windows color (decimal): -13085237 or 13325624. OLE color: 13325624.
HSL color Cylindrical-coordinate representation of color #3855CB: hue angle of 228.16º 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 #3855CB is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 85 | 203 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.20 |
| HSL | 228.16º | 0.59% | 0.51% | - |
| HSV(B) | 228.16º | 0.72% | 0.8% | - |
| XYZ | 15.66 | 11.65 | 57.92 | - |
| YUV | 89.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 203 | 0.72 | 0.58 | 0 | 0.20 | 228.16 | 0.59 | 0.51 |
| Hex | 38 | 55 | CB | 48 | 3A | 0 | 14 | E4 | 3B | 33 |
| Octal | 70 | 125 | 313 | 110 | 72 | 0 | 24 | 344 | 73 | 63 |
| Binary | 111000 | 1010101 | 11001011 | 1001000 | 111010 | 0 | 10100 | 11100100 | 111011 | 110011 |
Color Harmonies of #3855CB
Complementary color
Monochromatic Colors of #3855CB
Black with #3855CB
Text Example
Text Example
White with #3855CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3855CB; }
p { color: rgb(56,85,203); }
H1.HeaderClassName
{
color: #3855CB;
}
.AnyTagClassName
{
color: #3855CB;
}
</style>
background-color css
<style>
a { background-color: #3855CB; }
a { background-color: rgb(56,85,203); }
div.DivClassName
{
background-color: #3855CB;
}
.BgClassName
{
background-color: #3855CB;
}
</style>
border-color css
<style>
span { border-color: #3855CB; }
span { border-color: rgb(56,85,203); }
td.TdClassName
{
border-color: #3855CB;
}
.TagClassName
{
border-color: #3855CB;
}
</style>