Shades of Free Speech Blue #3851CE
Tints of Free Speech Blue #3851CE
RGB
CMYK
RGB Variations
Color information
#3851CE (or 0x3851CE) is known color: Free Speech Blue. HEX triplet: 38, 51 and CE. RGB value is (56,81,206). Sum of RGB (Red+Green+Blue) = 56+81+206=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #3851CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3851CE is #C7AE31. Grayscale: #575757. Windows color (decimal): -13086258 or 13521208. OLE color: 13521208.
HSL color Cylindrical-coordinate representation of color #3851CE: hue angle of 230º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3851CE is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 81 | 206 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.19 |
| HSL | 230º | 0.6% | 0.51% | - |
| HSV(B) | 230º | 0.73% | 0.81% | - |
| XYZ | 15.71 | 11.18 | 59.72 | - |
| YUV | 87.78 | 194.72 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 206 | 0.73 | 0.61 | 0 | 0.19 | 230 | 0.6 | 0.51 |
| Hex | 38 | 51 | CE | 49 | 3D | 0 | 13 | E6 | 3C | 33 |
| Octal | 70 | 121 | 316 | 111 | 75 | 0 | 23 | 346 | 74 | 63 |
| Binary | 111000 | 1010001 | 11001110 | 1001001 | 111101 | 0 | 10011 | 11100110 | 111100 | 110011 |
Color Harmonies of #3851CE
Complementary color
Monochromatic Colors of #3851CE
Black with #3851CE
Text Example
Text Example
White with #3851CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3851CE; }
p { color: rgb(56,81,206); }
H1.HeaderClassName
{
color: #3851CE;
}
.AnyTagClassName
{
color: #3851CE;
}
</style>
background-color css
<style>
a { background-color: #3851CE; }
a { background-color: rgb(56,81,206); }
div.DivClassName
{
background-color: #3851CE;
}
.BgClassName
{
background-color: #3851CE;
}
</style>
border-color css
<style>
span { border-color: #3851CE; }
span { border-color: rgb(56,81,206); }
td.TdClassName
{
border-color: #3851CE;
}
.TagClassName
{
border-color: #3851CE;
}
</style>