Shades of Free Speech Blue #365EC7
Tints of Free Speech Blue #365EC7
RGB
CMYK
RGB Variations
Color information
#365EC7 (or 0x365EC7) is known color: Free Speech Blue. HEX triplet: 36, 5E and C7. RGB value is (54,94,199). Sum of RGB (Red+Green+Blue) = 54+94+199=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 199 (78.12% from 255 or 57.35% from 347); Max value from RGB is 199 - color contains mainly: blue. Hex color #365EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365EC7 is #C9A138. Grayscale: #5D5D5D. Windows color (decimal): -13214009 or 13065782. OLE color: 13065782.
HSL color Cylindrical-coordinate representation of color #365EC7: hue angle of 223.45º 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 #365EC7 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 94 | 199 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.22 |
| HSL | 223.45º | 0.57% | 0.5% | - |
| HSV(B) | 223.45º | 0.73% | 0.78% | - |
| XYZ | 15.83 | 12.91 | 55.69 | - |
| YUV | 94.01 | 187.25 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 199 | 0.73 | 0.53 | 0 | 0.22 | 223.45 | 0.57 | 0.5 |
| Hex | 36 | 5E | C7 | 49 | 35 | 0 | 16 | DF | 39 | 32 |
| Octal | 66 | 136 | 307 | 111 | 65 | 0 | 26 | 337 | 71 | 62 |
| Binary | 110110 | 1011110 | 11000111 | 1001001 | 110101 | 0 | 10110 | 11011111 | 111001 | 110010 |
Color Harmonies of #365EC7
Complementary color
Monochromatic Colors of #365EC7
Black with #365EC7
Text Example
Text Example
White with #365EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365EC7; }
p { color: rgb(54,94,199); }
H1.HeaderClassName
{
color: #365EC7;
}
.AnyTagClassName
{
color: #365EC7;
}
</style>
background-color css
<style>
a { background-color: #365EC7; }
a { background-color: rgb(54,94,199); }
div.DivClassName
{
background-color: #365EC7;
}
.BgClassName
{
background-color: #365EC7;
}
</style>
border-color css
<style>
span { border-color: #365EC7; }
span { border-color: rgb(54,94,199); }
td.TdClassName
{
border-color: #365EC7;
}
.TagClassName
{
border-color: #365EC7;
}
</style>