Shades of Free Speech Blue #3843CE
Tints of Free Speech Blue #3843CE
RGB
CMYK
RGB Variations
Color information
#3843CE (or 0x3843CE) is known color: Free Speech Blue. HEX triplet: 38, 43 and CE. RGB value is (56,67,206). Sum of RGB (Red+Green+Blue) = 56+67+206=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #3843CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3843CE is #C7BC31. Grayscale: #4E4E4E. Windows color (decimal): -13089842 or 13517624. OLE color: 13517624.
HSL color Cylindrical-coordinate representation of color #3843CE: hue angle of 235.6º 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 #3843CE is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 67 | 206 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.19 |
| HSL | 235.6º | 0.6% | 0.51% | - |
| HSV(B) | 235.6º | 0.73% | 0.81% | - |
| XYZ | 14.78 | 9.31 | 59.41 | - |
| YUV | 79.56 | 199.36 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 206 | 0.73 | 0.67 | 0 | 0.19 | 235.6 | 0.6 | 0.51 |
| Hex | 38 | 43 | CE | 49 | 43 | 0 | 13 | EC | 3C | 33 |
| Octal | 70 | 103 | 316 | 111 | 103 | 0 | 23 | 354 | 74 | 63 |
| Binary | 111000 | 1000011 | 11001110 | 1001001 | 1000011 | 0 | 10011 | 11101100 | 111100 | 110011 |
Color Harmonies of #3843CE
Complementary color
Monochromatic Colors of #3843CE
Black with #3843CE
Text Example
Text Example
White with #3843CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3843CE; }
p { color: rgb(56,67,206); }
H1.HeaderClassName
{
color: #3843CE;
}
.AnyTagClassName
{
color: #3843CE;
}
</style>
background-color css
<style>
a { background-color: #3843CE; }
a { background-color: rgb(56,67,206); }
div.DivClassName
{
background-color: #3843CE;
}
.BgClassName
{
background-color: #3843CE;
}
</style>
border-color css
<style>
span { border-color: #3843CE; }
span { border-color: rgb(56,67,206); }
td.TdClassName
{
border-color: #3843CE;
}
.TagClassName
{
border-color: #3843CE;
}
</style>