Shades of Free Speech Blue #3842CF
Tints of Free Speech Blue #3842CF
RGB
CMYK
RGB Variations
Color information
#3842CF (or 0x3842CF) is known color: Free Speech Blue. HEX triplet: 38, 42 and CF. RGB value is (56,66,207). Sum of RGB (Red+Green+Blue) = 56+66+207=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #3842CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3842CF is #C7BD30. Grayscale: #4E4E4E. Windows color (decimal): -13090097 or 13582904. OLE color: 13582904.
HSL color Cylindrical-coordinate representation of color #3842CF: hue angle of 236.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3842CF is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 66 | 207 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.19 |
| HSL | 236.03º | 0.61% | 0.52% | - |
| HSV(B) | 236.03º | 0.73% | 0.81% | - |
| XYZ | 14.84 | 9.24 | 60.03 | - |
| YUV | 79.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 207 | 0.73 | 0.68 | 0 | 0.19 | 236.03 | 0.61 | 0.52 |
| Hex | 38 | 42 | CF | 49 | 44 | 0 | 13 | EC | 3D | 34 |
| Octal | 70 | 102 | 317 | 111 | 104 | 0 | 23 | 354 | 75 | 64 |
| Binary | 111000 | 1000010 | 11001111 | 1001001 | 1000100 | 0 | 10011 | 11101100 | 111101 | 110100 |
Color Harmonies of #3842CF
Complementary color
Monochromatic Colors of #3842CF
Black with #3842CF
Text Example
Text Example
White with #3842CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3842CF; }
p { color: rgb(56,66,207); }
H1.HeaderClassName
{
color: #3842CF;
}
.AnyTagClassName
{
color: #3842CF;
}
</style>
background-color css
<style>
a { background-color: #3842CF; }
a { background-color: rgb(56,66,207); }
div.DivClassName
{
background-color: #3842CF;
}
.BgClassName
{
background-color: #3842CF;
}
</style>
border-color css
<style>
span { border-color: #3842CF; }
span { border-color: rgb(56,66,207); }
td.TdClassName
{
border-color: #3842CF;
}
.TagClassName
{
border-color: #3842CF;
}
</style>