Shades of Free Speech Blue #365BC7
Tints of Free Speech Blue #365BC7
RGB
CMYK
RGB Variations
Color information
#365BC7 (or 0x365BC7) is known color: Free Speech Blue. HEX triplet: 36, 5B and C7. RGB value is (54,91,199). Sum of RGB (Red+Green+Blue) = 54+91+199=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #365BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BC7 is #C9A438. Grayscale: #5B5B5B. Windows color (decimal): -13214777 or 13065014. OLE color: 13065014.
HSL color Cylindrical-coordinate representation of color #365BC7: hue angle of 224.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365BC7 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 91 | 199 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.22 |
| HSL | 224.69º | 0.57% | 0.5% | - |
| HSV(B) | 224.69º | 0.73% | 0.78% | - |
| XYZ | 15.57 | 12.39 | 55.6 | - |
| YUV | 92.25 | 188.24 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 199 | 0.73 | 0.54 | 0 | 0.22 | 224.69 | 0.57 | 0.5 |
| Hex | 36 | 5B | C7 | 49 | 36 | 0 | 16 | E1 | 39 | 32 |
| Octal | 66 | 133 | 307 | 111 | 66 | 0 | 26 | 341 | 71 | 62 |
| Binary | 110110 | 1011011 | 11000111 | 1001001 | 110110 | 0 | 10110 | 11100001 | 111001 | 110010 |
Color Harmonies of #365BC7
Complementary color
Monochromatic Colors of #365BC7
Black with #365BC7
Text Example
Text Example
White with #365BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BC7; }
p { color: rgb(54,91,199); }
H1.HeaderClassName
{
color: #365BC7;
}
.AnyTagClassName
{
color: #365BC7;
}
</style>
background-color css
<style>
a { background-color: #365BC7; }
a { background-color: rgb(54,91,199); }
div.DivClassName
{
background-color: #365BC7;
}
.BgClassName
{
background-color: #365BC7;
}
</style>
border-color css
<style>
span { border-color: #365BC7; }
span { border-color: rgb(54,91,199); }
td.TdClassName
{
border-color: #365BC7;
}
.TagClassName
{
border-color: #365BC7;
}
</style>