Shades of Free Speech Blue #3834D5
Tints of Free Speech Blue #3834D5
RGB
CMYK
RGB Variations
Color information
#3834D5 (or 0x3834D5) is known color: Free Speech Blue. HEX triplet: 38, 34 and D5. RGB value is (56,52,213). Sum of RGB (Red+Green+Blue) = 56+52+213=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 213 (83.59% from 255 or 66.36% from 321); Max value from RGB is 213 - color contains mainly: blue. Hex color #3834D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3834D5 is #C7CB2A. Grayscale: #464646. Windows color (decimal): -13093675 or 13972536. OLE color: 13972536.
HSL color Cylindrical-coordinate representation of color #3834D5: hue angle of 241.49º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3834D5 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 52 | 213 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.16 |
| HSL | 241.49º | 0.66% | 0.52% | - |
| HSV(B) | 241.49º | 0.76% | 0.84% | - |
| XYZ | 14.87 | 8.1 | 63.73 | - |
| YUV | 71.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 213 | 0.74 | 0.76 | 0 | 0.16 | 241.49 | 0.66 | 0.52 |
| Hex | 38 | 34 | D5 | 4A | 4C | 0 | 10 | F1 | 42 | 34 |
| Octal | 70 | 64 | 325 | 112 | 114 | 0 | 20 | 361 | 102 | 64 |
| Binary | 111000 | 110100 | 11010101 | 1001010 | 1001100 | 0 | 10000 | 11110001 | 1000010 | 110100 |
Color Harmonies of #3834D5
Complementary color
Monochromatic Colors of #3834D5
Black with #3834D5
Text Example
Text Example
White with #3834D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3834D5; }
p { color: rgb(56,52,213); }
H1.HeaderClassName
{
color: #3834D5;
}
.AnyTagClassName
{
color: #3834D5;
}
</style>
background-color css
<style>
a { background-color: #3834D5; }
a { background-color: rgb(56,52,213); }
div.DivClassName
{
background-color: #3834D5;
}
.BgClassName
{
background-color: #3834D5;
}
</style>
border-color css
<style>
span { border-color: #3834D5; }
span { border-color: rgb(56,52,213); }
td.TdClassName
{
border-color: #3834D5;
}
.TagClassName
{
border-color: #3834D5;
}
</style>