Shades of Free Speech Blue #363FC0
Tints of Free Speech Blue #363FC0
RGB
CMYK
RGB Variations
Color information
#363FC0 (or 0x363FC0) is known color: Free Speech Blue. HEX triplet: 36, 3F and C0. RGB value is (54,63,192). Sum of RGB (Red+Green+Blue) = 54+63+192=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #363FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FC0 is #C9C03F. Grayscale: #4A4A4A. Windows color (decimal): -13221952 or 12599094. OLE color: 12599094.
HSL color Cylindrical-coordinate representation of color #363FC0: hue angle of 236.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363FC0 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 63 | 192 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.25 |
| HSL | 236.09º | 0.56% | 0.48% | - |
| HSV(B) | 236.09º | 0.72% | 0.75% | - |
| XYZ | 12.81 | 8.15 | 50.77 | - |
| YUV | 75.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 192 | 0.72 | 0.67 | 0 | 0.25 | 236.09 | 0.56 | 0.48 |
| Hex | 36 | 3F | C0 | 48 | 43 | 0 | 19 | EC | 38 | 30 |
| Octal | 66 | 77 | 300 | 110 | 103 | 0 | 31 | 354 | 70 | 60 |
| Binary | 110110 | 111111 | 11000000 | 1001000 | 1000011 | 0 | 11001 | 11101100 | 111000 | 110000 |
Color Harmonies of #363FC0
Complementary color
Monochromatic Colors of #363FC0
Black with #363FC0
Text Example
Text Example
White with #363FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FC0; }
p { color: rgb(54,63,192); }
H1.HeaderClassName
{
color: #363FC0;
}
.AnyTagClassName
{
color: #363FC0;
}
</style>
background-color css
<style>
a { background-color: #363FC0; }
a { background-color: rgb(54,63,192); }
div.DivClassName
{
background-color: #363FC0;
}
.BgClassName
{
background-color: #363FC0;
}
</style>
border-color css
<style>
span { border-color: #363FC0; }
span { border-color: rgb(54,63,192); }
td.TdClassName
{
border-color: #363FC0;
}
.TagClassName
{
border-color: #363FC0;
}
</style>