Shades of Free Speech Blue #3852D2
Tints of Free Speech Blue #3852D2
RGB
CMYK
RGB Variations
Color information
#3852D2 (or 0x3852D2) is known color: Free Speech Blue. HEX triplet: 38, 52 and D2. RGB value is (56,82,210). Sum of RGB (Red+Green+Blue) = 56+82+210=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 210 (82.42% from 255 or 60.34% from 348); Max value from RGB is 210 - color contains mainly: blue. Hex color #3852D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3852D2 is #C7AD2D. Grayscale: #585858. Windows color (decimal): -13085998 or 13783608. OLE color: 13783608.
HSL color Cylindrical-coordinate representation of color #3852D2: hue angle of 229.87º 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 #3852D2 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 82 | 210 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.18 |
| HSL | 229.87º | 0.63% | 0.52% | - |
| HSV(B) | 229.87º | 0.73% | 0.82% | - |
| XYZ | 16.28 | 11.53 | 62.34 | - |
| YUV | 88.82 | 196.39 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 210 | 0.73 | 0.61 | 0 | 0.18 | 229.87 | 0.63 | 0.52 |
| Hex | 38 | 52 | D2 | 49 | 3D | 0 | 12 | E6 | 3F | 34 |
| Octal | 70 | 122 | 322 | 111 | 75 | 0 | 22 | 346 | 77 | 64 |
| Binary | 111000 | 1010010 | 11010010 | 1001001 | 111101 | 0 | 10010 | 11100110 | 111111 | 110100 |
Color Harmonies of #3852D2
Complementary color
Monochromatic Colors of #3852D2
Black with #3852D2
Text Example
Text Example
White with #3852D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3852D2; }
p { color: rgb(56,82,210); }
H1.HeaderClassName
{
color: #3852D2;
}
.AnyTagClassName
{
color: #3852D2;
}
</style>
background-color css
<style>
a { background-color: #3852D2; }
a { background-color: rgb(56,82,210); }
div.DivClassName
{
background-color: #3852D2;
}
.BgClassName
{
background-color: #3852D2;
}
</style>
border-color css
<style>
span { border-color: #3852D2; }
span { border-color: rgb(56,82,210); }
td.TdClassName
{
border-color: #3852D2;
}
.TagClassName
{
border-color: #3852D2;
}
</style>