Shades of Free Speech Blue #3943CE
Tints of Free Speech Blue #3943CE
RGB
CMYK
RGB Variations
Color information
#3943CE (or 0x3943CE) is known color: Free Speech Blue. HEX triplet: 39, 43 and CE. RGB value is (57,67,206). Sum of RGB (Red+Green+Blue) = 57+67+206=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #3943CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3943CE is #C6BC31. Grayscale: #4F4F4F. Windows color (decimal): -13024306 or 13517625. OLE color: 13517625.
HSL color Cylindrical-coordinate representation of color #3943CE: hue angle of 235.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3943CE is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 67 | 206 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.19 |
| HSL | 235.97º | 0.6% | 0.52% | - |
| HSV(B) | 235.97º | 0.72% | 0.81% | - |
| XYZ | 14.84 | 9.34 | 59.41 | - |
| YUV | 79.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 206 | 0.72 | 0.67 | 0 | 0.19 | 235.97 | 0.6 | 0.52 |
| Hex | 39 | 43 | CE | 48 | 43 | 0 | 13 | EC | 3C | 34 |
| Octal | 71 | 103 | 316 | 110 | 103 | 0 | 23 | 354 | 74 | 64 |
| Binary | 111001 | 1000011 | 11001110 | 1001000 | 1000011 | 0 | 10011 | 11101100 | 111100 | 110100 |
Color Harmonies of #3943CE
Complementary color
Monochromatic Colors of #3943CE
Black with #3943CE
Text Example
Text Example
White with #3943CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3943CE; }
p { color: rgb(57,67,206); }
H1.HeaderClassName
{
color: #3943CE;
}
.AnyTagClassName
{
color: #3943CE;
}
</style>
background-color css
<style>
a { background-color: #3943CE; }
a { background-color: rgb(57,67,206); }
div.DivClassName
{
background-color: #3943CE;
}
.BgClassName
{
background-color: #3943CE;
}
</style>
border-color css
<style>
span { border-color: #3943CE; }
span { border-color: rgb(57,67,206); }
td.TdClassName
{
border-color: #3943CE;
}
.TagClassName
{
border-color: #3943CE;
}
</style>