Shades of Free Speech Blue #363AC9
Tints of Free Speech Blue #363AC9
RGB
CMYK
RGB Variations
Color information
#363AC9 (or 0x363AC9) is known color: Free Speech Blue. HEX triplet: 36, 3A and C9. RGB value is (54,58,201). Sum of RGB (Red+Green+Blue) = 54+58+201=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #363AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363AC9 is #C9C536. Grayscale: #484848. Windows color (decimal): -13223223 or 13187638. OLE color: 13187638.
HSL color Cylindrical-coordinate representation of color #363AC9: hue angle of 238.37º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363AC9 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 58 | 201 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.21 |
| HSL | 238.37º | 0.58% | 0.5% | - |
| HSV(B) | 238.37º | 0.73% | 0.79% | - |
| XYZ | 13.58 | 8.03 | 56.09 | - |
| YUV | 73.11 | 200.17 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 201 | 0.73 | 0.71 | 0 | 0.21 | 238.37 | 0.58 | 0.5 |
| Hex | 36 | 3A | C9 | 49 | 47 | 0 | 15 | EE | 3A | 32 |
| Octal | 66 | 72 | 311 | 111 | 107 | 0 | 25 | 356 | 72 | 62 |
| Binary | 110110 | 111010 | 11001001 | 1001001 | 1000111 | 0 | 10101 | 11101110 | 111010 | 110010 |
Color Harmonies of #363AC9
Complementary color
Monochromatic Colors of #363AC9
Black with #363AC9
Text Example
Text Example
White with #363AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AC9; }
p { color: rgb(54,58,201); }
H1.HeaderClassName
{
color: #363AC9;
}
.AnyTagClassName
{
color: #363AC9;
}
</style>
background-color css
<style>
a { background-color: #363AC9; }
a { background-color: rgb(54,58,201); }
div.DivClassName
{
background-color: #363AC9;
}
.BgClassName
{
background-color: #363AC9;
}
</style>
border-color css
<style>
span { border-color: #363AC9; }
span { border-color: rgb(54,58,201); }
td.TdClassName
{
border-color: #363AC9;
}
.TagClassName
{
border-color: #363AC9;
}
</style>