Shades of Free Speech Blue #3842DF
Tints of Free Speech Blue #3842DF
RGB
CMYK
RGB Variations
Color information
#3842DF (or 0x3842DF) is known color: Free Speech Blue. HEX triplet: 38, 42 and DF. RGB value is (56,66,223). Sum of RGB (Red+Green+Blue) = 56+66+223=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #3842DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3842DF is #C7BD20. Grayscale: #505050. Windows color (decimal): -13090081 or 14631480. OLE color: 14631480.
HSL color Cylindrical-coordinate representation of color #3842DF: hue angle of 236.41º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3842DF is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 66 | 223 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.13 |
| HSL | 236.41º | 0.72% | 0.55% | - |
| HSV(B) | 236.41º | 0.75% | 0.87% | - |
| XYZ | 16.9 | 10.06 | 70.86 | - |
| YUV | 80.91 | 208.19 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 223 | 0.75 | 0.70 | 0 | 0.13 | 236.41 | 0.72 | 0.55 |
| Hex | 38 | 42 | DF | 4B | 46 | 0 | D | EC | 48 | 37 |
| Octal | 70 | 102 | 337 | 113 | 106 | 0 | 15 | 354 | 110 | 67 |
| Binary | 111000 | 1000010 | 11011111 | 1001011 | 1000110 | 0 | 1101 | 11101100 | 1001000 | 110111 |
Color Harmonies of #3842DF
Complementary color
Monochromatic Colors of #3842DF
Black with #3842DF
Text Example
Text Example
White with #3842DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3842DF; }
p { color: rgb(56,66,223); }
H1.HeaderClassName
{
color: #3842DF;
}
.AnyTagClassName
{
color: #3842DF;
}
</style>
background-color css
<style>
a { background-color: #3842DF; }
a { background-color: rgb(56,66,223); }
div.DivClassName
{
background-color: #3842DF;
}
.BgClassName
{
background-color: #3842DF;
}
</style>
border-color css
<style>
span { border-color: #3842DF; }
span { border-color: rgb(56,66,223); }
td.TdClassName
{
border-color: #3842DF;
}
.TagClassName
{
border-color: #3842DF;
}
</style>