Shades of Free Speech Blue #3852CF
Tints of Free Speech Blue #3852CF
RGB
CMYK
RGB Variations
Color information
#3852CF (or 0x3852CF) is known color: Free Speech Blue. HEX triplet: 38, 52 and CF. RGB value is (56,82,207). Sum of RGB (Red+Green+Blue) = 56+82+207=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #3852CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3852CF is #C7AD30. Grayscale: #575757. Windows color (decimal): -13086001 or 13587000. OLE color: 13587000.
HSL color Cylindrical-coordinate representation of color #3852CF: hue angle of 229.67º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3852CF is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 82 | 207 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.19 |
| HSL | 229.67º | 0.61% | 0.52% | - |
| HSV(B) | 229.67º | 0.73% | 0.81% | - |
| XYZ | 15.91 | 11.38 | 60.39 | - |
| YUV | 88.48 | 194.89 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 207 | 0.73 | 0.60 | 0 | 0.19 | 229.67 | 0.61 | 0.52 |
| Hex | 38 | 52 | CF | 49 | 3C | 0 | 13 | E6 | 3D | 34 |
| Octal | 70 | 122 | 317 | 111 | 74 | 0 | 23 | 346 | 75 | 64 |
| Binary | 111000 | 1010010 | 11001111 | 1001001 | 111100 | 0 | 10011 | 11100110 | 111101 | 110100 |
Color Harmonies of #3852CF
Complementary color
Monochromatic Colors of #3852CF
Black with #3852CF
Text Example
Text Example
White with #3852CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3852CF; }
p { color: rgb(56,82,207); }
H1.HeaderClassName
{
color: #3852CF;
}
.AnyTagClassName
{
color: #3852CF;
}
</style>
background-color css
<style>
a { background-color: #3852CF; }
a { background-color: rgb(56,82,207); }
div.DivClassName
{
background-color: #3852CF;
}
.BgClassName
{
background-color: #3852CF;
}
</style>
border-color css
<style>
span { border-color: #3852CF; }
span { border-color: rgb(56,82,207); }
td.TdClassName
{
border-color: #3852CF;
}
.TagClassName
{
border-color: #3852CF;
}
</style>