Shades of Free Speech Blue #363FBC
Tints of Free Speech Blue #363FBC
RGB
CMYK
RGB Variations
Color information
#363FBC (or 0x363FBC) is known color: Free Speech Blue. HEX triplet: 36, 3F and BC. RGB value is (54,63,188). Sum of RGB (Red+Green+Blue) = 54+63+188=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #363FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FBC is #C9C043. Grayscale: #4A4A4A. Windows color (decimal): -13221956 or 12336950. OLE color: 12336950.
HSL color Cylindrical-coordinate representation of color #363FBC: hue angle of 235.97º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363FBC is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 63 | 188 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.26 |
| HSL | 235.97º | 0.55% | 0.47% | - |
| HSV(B) | 235.97º | 0.71% | 0.74% | - |
| XYZ | 12.38 | 7.97 | 48.46 | - |
| YUV | 74.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 188 | 0.71 | 0.66 | 0 | 0.26 | 235.97 | 0.55 | 0.47 |
| Hex | 36 | 3F | BC | 47 | 42 | 0 | 1A | EC | 37 | 2F |
| Octal | 66 | 77 | 274 | 107 | 102 | 0 | 32 | 354 | 67 | 57 |
| Binary | 110110 | 111111 | 10111100 | 1000111 | 1000010 | 0 | 11010 | 11101100 | 110111 | 101111 |
Color Harmonies of #363FBC
Complementary color
Monochromatic Colors of #363FBC
Black with #363FBC
Text Example
Text Example
White with #363FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FBC; }
p { color: rgb(54,63,188); }
H1.HeaderClassName
{
color: #363FBC;
}
.AnyTagClassName
{
color: #363FBC;
}
</style>
background-color css
<style>
a { background-color: #363FBC; }
a { background-color: rgb(54,63,188); }
div.DivClassName
{
background-color: #363FBC;
}
.BgClassName
{
background-color: #363FBC;
}
</style>
border-color css
<style>
span { border-color: #363FBC; }
span { border-color: rgb(54,63,188); }
td.TdClassName
{
border-color: #363FBC;
}
.TagClassName
{
border-color: #363FBC;
}
</style>