Shades of Free Speech Blue #3634DF
Tints of Free Speech Blue #3634DF
RGB
CMYK
RGB Variations
Color information
#3634DF (or 0x3634DF) is known color: Free Speech Blue. HEX triplet: 36, 34 and DF. RGB value is (54,52,223). Sum of RGB (Red+Green+Blue) = 54+52+223=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #3634DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3634DF is #C9CB20. Grayscale: #474747. Windows color (decimal): -13224737 or 14627894. OLE color: 14627894.
HSL color Cylindrical-coordinate representation of color #3634DF: hue angle of 240.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3634DF is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 52 | 223 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.13 |
| HSL | 240.7º | 0.73% | 0.54% | - |
| HSV(B) | 240.7º | 0.77% | 0.87% | - |
| XYZ | 16.07 | 8.57 | 70.62 | - |
| YUV | 72.09 | 213.16 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 223 | 0.76 | 0.77 | 0 | 0.13 | 240.7 | 0.73 | 0.54 |
| Hex | 36 | 34 | DF | 4C | 4D | 0 | D | F1 | 49 | 36 |
| Octal | 66 | 64 | 337 | 114 | 115 | 0 | 15 | 361 | 111 | 66 |
| Binary | 110110 | 110100 | 11011111 | 1001100 | 1001101 | 0 | 1101 | 11110001 | 1001001 | 110110 |
Color Harmonies of #3634DF
Complementary color
Monochromatic Colors of #3634DF
Black with #3634DF
Text Example
Text Example
White with #3634DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3634DF; }
p { color: rgb(54,52,223); }
H1.HeaderClassName
{
color: #3634DF;
}
.AnyTagClassName
{
color: #3634DF;
}
</style>
background-color css
<style>
a { background-color: #3634DF; }
a { background-color: rgb(54,52,223); }
div.DivClassName
{
background-color: #3634DF;
}
.BgClassName
{
background-color: #3634DF;
}
</style>
border-color css
<style>
span { border-color: #3634DF; }
span { border-color: rgb(54,52,223); }
td.TdClassName
{
border-color: #3634DF;
}
.TagClassName
{
border-color: #3634DF;
}
</style>