Shades of Free Speech Blue #3840D2
Tints of Free Speech Blue #3840D2
RGB
CMYK
RGB Variations
Color information
#3840D2 (or 0x3840D2) is known color: Free Speech Blue. HEX triplet: 38, 40 and D2. RGB value is (56,64,210). Sum of RGB (Red+Green+Blue) = 56+64+210=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 210 (82.42% from 255 or 63.64% from 330); Max value from RGB is 210 - color contains mainly: blue. Hex color #3840D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3840D2 is #C7BF2D. Grayscale: #4D4D4D. Windows color (decimal): -13090606 or 13779000. OLE color: 13779000.
HSL color Cylindrical-coordinate representation of color #3840D2: hue angle of 236.88º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3840D2 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 64 | 210 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.18 |
| HSL | 236.88º | 0.63% | 0.52% | - |
| HSV(B) | 236.88º | 0.73% | 0.82% | - |
| XYZ | 15.1 | 9.16 | 61.95 | - |
| YUV | 78.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 210 | 0.73 | 0.70 | 0 | 0.18 | 236.88 | 0.63 | 0.52 |
| Hex | 38 | 40 | D2 | 49 | 46 | 0 | 12 | ED | 3F | 34 |
| Octal | 70 | 100 | 322 | 111 | 106 | 0 | 22 | 355 | 77 | 64 |
| Binary | 111000 | 1000000 | 11010010 | 1001001 | 1000110 | 0 | 10010 | 11101101 | 111111 | 110100 |
Color Harmonies of #3840D2
Complementary color
Monochromatic Colors of #3840D2
Black with #3840D2
Text Example
Text Example
White with #3840D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3840D2; }
p { color: rgb(56,64,210); }
H1.HeaderClassName
{
color: #3840D2;
}
.AnyTagClassName
{
color: #3840D2;
}
</style>
background-color css
<style>
a { background-color: #3840D2; }
a { background-color: rgb(56,64,210); }
div.DivClassName
{
background-color: #3840D2;
}
.BgClassName
{
background-color: #3840D2;
}
</style>
border-color css
<style>
span { border-color: #3840D2; }
span { border-color: rgb(56,64,210); }
td.TdClassName
{
border-color: #3840D2;
}
.TagClassName
{
border-color: #3840D2;
}
</style>