Shades of Free Speech Blue #3936D2
Tints of Free Speech Blue #3936D2
RGB
CMYK
RGB Variations
Color information
#3936D2 (or 0x3936D2) is known color: Free Speech Blue. HEX triplet: 39, 36 and D2. RGB value is (57,54,210). Sum of RGB (Red+Green+Blue) = 57+54+210=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 210 (82.42% from 255 or 65.42% from 321); Max value from RGB is 210 - color contains mainly: blue. Hex color #3936D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3936D2 is #C6C92D. Grayscale: #484848. Windows color (decimal): -13027630 or 13776441. OLE color: 13776441.
HSL color Cylindrical-coordinate representation of color #3936D2: hue angle of 241.15º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3936D2 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 54 | 210 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.18 |
| HSL | 241.15º | 0.63% | 0.52% | - |
| HSV(B) | 241.15º | 0.74% | 0.82% | - |
| XYZ | 14.64 | 8.16 | 61.78 | - |
| YUV | 72.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 210 | 0.73 | 0.74 | 0 | 0.18 | 241.15 | 0.63 | 0.52 |
| Hex | 39 | 36 | D2 | 49 | 4A | 0 | 12 | F1 | 3F | 34 |
| Octal | 71 | 66 | 322 | 111 | 112 | 0 | 22 | 361 | 77 | 64 |
| Binary | 111001 | 110110 | 11010010 | 1001001 | 1001010 | 0 | 10010 | 11110001 | 111111 | 110100 |
Color Harmonies of #3936D2
Complementary color
Monochromatic Colors of #3936D2
Black with #3936D2
Text Example
Text Example
White with #3936D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3936D2; }
p { color: rgb(57,54,210); }
H1.HeaderClassName
{
color: #3936D2;
}
.AnyTagClassName
{
color: #3936D2;
}
</style>
background-color css
<style>
a { background-color: #3936D2; }
a { background-color: rgb(57,54,210); }
div.DivClassName
{
background-color: #3936D2;
}
.BgClassName
{
background-color: #3936D2;
}
</style>
border-color css
<style>
span { border-color: #3936D2; }
span { border-color: rgb(57,54,210); }
td.TdClassName
{
border-color: #3936D2;
}
.TagClassName
{
border-color: #3936D2;
}
</style>