Shades of Free Speech Blue #3642D8
Tints of Free Speech Blue #3642D8
RGB
CMYK
RGB Variations
Color information
#3642D8 (or 0x3642D8) is known color: Free Speech Blue. HEX triplet: 36, 42 and D8. RGB value is (54,66,216). Sum of RGB (Red+Green+Blue) = 54+66+216=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 216 (84.77% from 255 or 64.29% from 336); Max value from RGB is 216 - color contains mainly: blue. Hex color #3642D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3642D8 is #C9BD27. Grayscale: #4E4E4E. Windows color (decimal): -13221160 or 14172726. OLE color: 14172726.
HSL color Cylindrical-coordinate representation of color #3642D8: hue angle of 235.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3642D8 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 66 | 216 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.15 |
| HSL | 235.56º | 0.68% | 0.53% | - |
| HSV(B) | 235.56º | 0.75% | 0.85% | - |
| XYZ | 15.86 | 9.64 | 65.99 | - |
| YUV | 79.51 | 205.02 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 216 | 0.75 | 0.69 | 0 | 0.15 | 235.56 | 0.68 | 0.53 |
| Hex | 36 | 42 | D8 | 4B | 45 | 0 | F | EC | 44 | 35 |
| Octal | 66 | 102 | 330 | 113 | 105 | 0 | 17 | 354 | 104 | 65 |
| Binary | 110110 | 1000010 | 11011000 | 1001011 | 1000101 | 0 | 1111 | 11101100 | 1000100 | 110101 |
Color Harmonies of #3642D8
Complementary color
Monochromatic Colors of #3642D8
Black with #3642D8
Text Example
Text Example
White with #3642D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3642D8; }
p { color: rgb(54,66,216); }
H1.HeaderClassName
{
color: #3642D8;
}
.AnyTagClassName
{
color: #3642D8;
}
</style>
background-color css
<style>
a { background-color: #3642D8; }
a { background-color: rgb(54,66,216); }
div.DivClassName
{
background-color: #3642D8;
}
.BgClassName
{
background-color: #3642D8;
}
</style>
border-color css
<style>
span { border-color: #3642D8; }
span { border-color: rgb(54,66,216); }
td.TdClassName
{
border-color: #3642D8;
}
.TagClassName
{
border-color: #3642D8;
}
</style>