Shades of Free Speech Blue #364DDF
Tints of Free Speech Blue #364DDF
RGB
CMYK
RGB Variations
Color information
#364DDF (or 0x364DDF) is known color: Free Speech Blue. HEX triplet: 36, 4D and DF. RGB value is (54,77,223). Sum of RGB (Red+Green+Blue) = 54+77+223=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #364DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DDF is #C9B220. Grayscale: #565656. Windows color (decimal): -13218337 or 14634294. OLE color: 14634294.
HSL color Cylindrical-coordinate representation of color #364DDF: hue angle of 231.83º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #364DDF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 77 | 223 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.13 |
| HSL | 231.83º | 0.73% | 0.54% | - |
| HSV(B) | 231.83º | 0.76% | 0.87% | - |
| XYZ | 17.49 | 11.42 | 71.09 | - |
| YUV | 86.77 | 204.88 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 223 | 0.76 | 0.65 | 0 | 0.13 | 231.83 | 0.73 | 0.54 |
| Hex | 36 | 4D | DF | 4C | 41 | 0 | D | E8 | 49 | 36 |
| Octal | 66 | 115 | 337 | 114 | 101 | 0 | 15 | 350 | 111 | 66 |
| Binary | 110110 | 1001101 | 11011111 | 1001100 | 1000001 | 0 | 1101 | 11101000 | 1001001 | 110110 |
Color Harmonies of #364DDF
Complementary color
Monochromatic Colors of #364DDF
Black with #364DDF
Text Example
Text Example
White with #364DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DDF; }
p { color: rgb(54,77,223); }
H1.HeaderClassName
{
color: #364DDF;
}
.AnyTagClassName
{
color: #364DDF;
}
</style>
background-color css
<style>
a { background-color: #364DDF; }
a { background-color: rgb(54,77,223); }
div.DivClassName
{
background-color: #364DDF;
}
.BgClassName
{
background-color: #364DDF;
}
</style>
border-color css
<style>
span { border-color: #364DDF; }
span { border-color: rgb(54,77,223); }
td.TdClassName
{
border-color: #364DDF;
}
.TagClassName
{
border-color: #364DDF;
}
</style>