Shades of Free Speech Blue #365AC5
Tints of Free Speech Blue #365AC5
RGB
CMYK
RGB Variations
Color information
#365AC5 (or 0x365AC5) is known color: Free Speech Blue. HEX triplet: 36, 5A and C5. RGB value is (54,90,197). Sum of RGB (Red+Green+Blue) = 54+90+197=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 197 (77.34% from 255 or 57.77% from 341); Max value from RGB is 197 - color contains mainly: blue. Hex color #365AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365AC5 is #C9A53A. Grayscale: #5A5A5A. Windows color (decimal): -13215035 or 12933686. OLE color: 12933686.
HSL color Cylindrical-coordinate representation of color #365AC5: hue angle of 224.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365AC5 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 90 | 197 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.23 |
| HSL | 224.9º | 0.57% | 0.49% | - |
| HSV(B) | 224.9º | 0.73% | 0.77% | - |
| XYZ | 15.26 | 12.13 | 54.36 | - |
| YUV | 91.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 197 | 0.73 | 0.54 | 0 | 0.23 | 224.9 | 0.57 | 0.49 |
| Hex | 36 | 5A | C5 | 49 | 36 | 0 | 17 | E1 | 39 | 31 |
| Octal | 66 | 132 | 305 | 111 | 66 | 0 | 27 | 341 | 71 | 61 |
| Binary | 110110 | 1011010 | 11000101 | 1001001 | 110110 | 0 | 10111 | 11100001 | 111001 | 110001 |
Color Harmonies of #365AC5
Complementary color
Monochromatic Colors of #365AC5
Black with #365AC5
Text Example
Text Example
White with #365AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365AC5; }
p { color: rgb(54,90,197); }
H1.HeaderClassName
{
color: #365AC5;
}
.AnyTagClassName
{
color: #365AC5;
}
</style>
background-color css
<style>
a { background-color: #365AC5; }
a { background-color: rgb(54,90,197); }
div.DivClassName
{
background-color: #365AC5;
}
.BgClassName
{
background-color: #365AC5;
}
</style>
border-color css
<style>
span { border-color: #365AC5; }
span { border-color: rgb(54,90,197); }
td.TdClassName
{
border-color: #365AC5;
}
.TagClassName
{
border-color: #365AC5;
}
</style>