Shades of Free Speech Blue #364FDF
Tints of Free Speech Blue #364FDF
RGB
CMYK
RGB Variations
Color information
#364FDF (or 0x364FDF) is known color: Free Speech Blue. HEX triplet: 36, 4F and DF. RGB value is (54,79,223). Sum of RGB (Red+Green+Blue) = 54+79+223=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #364FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FDF is #C9B020. Grayscale: #575757. Windows color (decimal): -13217825 or 14634806. OLE color: 14634806.
HSL color Cylindrical-coordinate representation of color #364FDF: hue angle of 231.12º 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 #364FDF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 79 | 223 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.13 |
| HSL | 231.12º | 0.73% | 0.54% | - |
| HSV(B) | 231.12º | 0.76% | 0.87% | - |
| XYZ | 17.64 | 11.7 | 71.14 | - |
| YUV | 87.94 | 204.22 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 223 | 0.76 | 0.65 | 0 | 0.13 | 231.12 | 0.73 | 0.54 |
| Hex | 36 | 4F | DF | 4C | 41 | 0 | D | E7 | 49 | 36 |
| Octal | 66 | 117 | 337 | 114 | 101 | 0 | 15 | 347 | 111 | 66 |
| Binary | 110110 | 1001111 | 11011111 | 1001100 | 1000001 | 0 | 1101 | 11100111 | 1001001 | 110110 |
Color Harmonies of #364FDF
Complementary color
Monochromatic Colors of #364FDF
Black with #364FDF
Text Example
Text Example
White with #364FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364FDF; }
p { color: rgb(54,79,223); }
H1.HeaderClassName
{
color: #364FDF;
}
.AnyTagClassName
{
color: #364FDF;
}
</style>
background-color css
<style>
a { background-color: #364FDF; }
a { background-color: rgb(54,79,223); }
div.DivClassName
{
background-color: #364FDF;
}
.BgClassName
{
background-color: #364FDF;
}
</style>
border-color css
<style>
span { border-color: #364FDF; }
span { border-color: rgb(54,79,223); }
td.TdClassName
{
border-color: #364FDF;
}
.TagClassName
{
border-color: #364FDF;
}
</style>