Shades of Free Speech Blue #3844DA
Tints of Free Speech Blue #3844DA
RGB
CMYK
RGB Variations
Color information
#3844DA (or 0x3844DA) is known color: Free Speech Blue. HEX triplet: 38, 44 and DA. RGB value is (56,68,218). Sum of RGB (Red+Green+Blue) = 56+68+218=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #3844DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3844DA is #C7BB25. Grayscale: #505050. Windows color (decimal): -13089574 or 14304312. OLE color: 14304312.
HSL color Cylindrical-coordinate representation of color #3844DA: hue angle of 235.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3844DA is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 68 | 218 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.15 |
| HSL | 235.56º | 0.69% | 0.54% | - |
| HSV(B) | 235.56º | 0.74% | 0.85% | - |
| XYZ | 16.35 | 10.04 | 67.41 | - |
| YUV | 81.51 | 205.02 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 218 | 0.74 | 0.69 | 0 | 0.15 | 235.56 | 0.69 | 0.54 |
| Hex | 38 | 44 | DA | 4A | 45 | 0 | F | EC | 45 | 36 |
| Octal | 70 | 104 | 332 | 112 | 105 | 0 | 17 | 354 | 105 | 66 |
| Binary | 111000 | 1000100 | 11011010 | 1001010 | 1000101 | 0 | 1111 | 11101100 | 1000101 | 110110 |
Color Harmonies of #3844DA
Complementary color
Monochromatic Colors of #3844DA
Black with #3844DA
Text Example
Text Example
White with #3844DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3844DA; }
p { color: rgb(56,68,218); }
H1.HeaderClassName
{
color: #3844DA;
}
.AnyTagClassName
{
color: #3844DA;
}
</style>
background-color css
<style>
a { background-color: #3844DA; }
a { background-color: rgb(56,68,218); }
div.DivClassName
{
background-color: #3844DA;
}
.BgClassName
{
background-color: #3844DA;
}
</style>
border-color css
<style>
span { border-color: #3844DA; }
span { border-color: rgb(56,68,218); }
td.TdClassName
{
border-color: #3844DA;
}
.TagClassName
{
border-color: #3844DA;
}
</style>