Shades of Free Speech Blue #364FDD
Tints of Free Speech Blue #364FDD
RGB
CMYK
RGB Variations
Color information
#364FDD (or 0x364FDD) is known color: Free Speech Blue. HEX triplet: 36, 4F and DD. RGB value is (54,79,221). Sum of RGB (Red+Green+Blue) = 54+79+221=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #364FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FDD is #C9B022. Grayscale: #575757. Windows color (decimal): -13217827 or 14503734. OLE color: 14503734.
HSL color Cylindrical-coordinate representation of color #364FDD: hue angle of 231.02º degrees, saturation: 0.71, 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 #364FDD is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 79 | 221 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.13 |
| HSL | 231.02º | 0.71% | 0.54% | - |
| HSV(B) | 231.02º | 0.76% | 0.87% | - |
| XYZ | 17.37 | 11.6 | 69.73 | - |
| YUV | 87.71 | 203.22 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 221 | 0.76 | 0.64 | 0 | 0.13 | 231.02 | 0.71 | 0.54 |
| Hex | 36 | 4F | DD | 4C | 40 | 0 | D | E7 | 47 | 36 |
| Octal | 66 | 117 | 335 | 114 | 100 | 0 | 15 | 347 | 107 | 66 |
| Binary | 110110 | 1001111 | 11011101 | 1001100 | 1000000 | 0 | 1101 | 11100111 | 1000111 | 110110 |
Color Harmonies of #364FDD
Complementary color
Monochromatic Colors of #364FDD
Black with #364FDD
Text Example
Text Example
White with #364FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364FDD; }
p { color: rgb(54,79,221); }
H1.HeaderClassName
{
color: #364FDD;
}
.AnyTagClassName
{
color: #364FDD;
}
</style>
background-color css
<style>
a { background-color: #364FDD; }
a { background-color: rgb(54,79,221); }
div.DivClassName
{
background-color: #364FDD;
}
.BgClassName
{
background-color: #364FDD;
}
</style>
border-color css
<style>
span { border-color: #364FDD; }
span { border-color: rgb(54,79,221); }
td.TdClassName
{
border-color: #364FDD;
}
.TagClassName
{
border-color: #364FDD;
}
</style>