Shades of Free Speech Blue #3846CE
Tints of Free Speech Blue #3846CE
RGB
CMYK
RGB Variations
Color information
#3846CE (or 0x3846CE) is known color: Free Speech Blue. HEX triplet: 38, 46 and CE. RGB value is (56,70,206). Sum of RGB (Red+Green+Blue) = 56+70+206=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #3846CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3846CE is #C7B931. Grayscale: #505050. Windows color (decimal): -13089074 or 13518392. OLE color: 13518392.
HSL color Cylindrical-coordinate representation of color #3846CE: hue angle of 234.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 #3846CE is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 70 | 206 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.19 |
| HSL | 234.4º | 0.6% | 0.51% | - |
| HSV(B) | 234.4º | 0.73% | 0.81% | - |
| XYZ | 14.96 | 9.68 | 59.47 | - |
| YUV | 81.32 | 198.36 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 206 | 0.73 | 0.66 | 0 | 0.19 | 234.4 | 0.6 | 0.51 |
| Hex | 38 | 46 | CE | 49 | 42 | 0 | 13 | EA | 3C | 33 |
| Octal | 70 | 106 | 316 | 111 | 102 | 0 | 23 | 352 | 74 | 63 |
| Binary | 111000 | 1000110 | 11001110 | 1001001 | 1000010 | 0 | 10011 | 11101010 | 111100 | 110011 |
Color Harmonies of #3846CE
Complementary color
Monochromatic Colors of #3846CE
Black with #3846CE
Text Example
Text Example
White with #3846CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3846CE; }
p { color: rgb(56,70,206); }
H1.HeaderClassName
{
color: #3846CE;
}
.AnyTagClassName
{
color: #3846CE;
}
</style>
background-color css
<style>
a { background-color: #3846CE; }
a { background-color: rgb(56,70,206); }
div.DivClassName
{
background-color: #3846CE;
}
.BgClassName
{
background-color: #3846CE;
}
</style>
border-color css
<style>
span { border-color: #3846CE; }
span { border-color: rgb(56,70,206); }
td.TdClassName
{
border-color: #3846CE;
}
.TagClassName
{
border-color: #3846CE;
}
</style>