Shades of Free Speech Blue #3850CE
Tints of Free Speech Blue #3850CE
RGB
CMYK
RGB Variations
Color information
#3850CE (or 0x3850CE) is known color: Free Speech Blue. HEX triplet: 38, 50 and CE. RGB value is (56,80,206). Sum of RGB (Red+Green+Blue) = 56+80+206=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #3850CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3850CE is #C7AF31. Grayscale: #565656. Windows color (decimal): -13086514 or 13520952. OLE color: 13520952.
HSL color Cylindrical-coordinate representation of color #3850CE: hue angle of 230.4º 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 #3850CE is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 80 | 206 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.19 |
| HSL | 230.4º | 0.6% | 0.51% | - |
| HSV(B) | 230.4º | 0.73% | 0.81% | - |
| XYZ | 15.64 | 11.03 | 59.7 | - |
| YUV | 87.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 206 | 0.73 | 0.61 | 0 | 0.19 | 230.4 | 0.6 | 0.51 |
| Hex | 38 | 50 | CE | 49 | 3D | 0 | 13 | E6 | 3C | 33 |
| Octal | 70 | 120 | 316 | 111 | 75 | 0 | 23 | 346 | 74 | 63 |
| Binary | 111000 | 1010000 | 11001110 | 1001001 | 111101 | 0 | 10011 | 11100110 | 111100 | 110011 |
Color Harmonies of #3850CE
Complementary color
Monochromatic Colors of #3850CE
Black with #3850CE
Text Example
Text Example
White with #3850CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3850CE; }
p { color: rgb(56,80,206); }
H1.HeaderClassName
{
color: #3850CE;
}
.AnyTagClassName
{
color: #3850CE;
}
</style>
background-color css
<style>
a { background-color: #3850CE; }
a { background-color: rgb(56,80,206); }
div.DivClassName
{
background-color: #3850CE;
}
.BgClassName
{
background-color: #3850CE;
}
</style>
border-color css
<style>
span { border-color: #3850CE; }
span { border-color: rgb(56,80,206); }
td.TdClassName
{
border-color: #3850CE;
}
.TagClassName
{
border-color: #3850CE;
}
</style>