Shades of Free Speech Blue #363FC3
Tints of Free Speech Blue #363FC3
RGB
CMYK
RGB Variations
Color information
#363FC3 (or 0x363FC3) is known color: Free Speech Blue. HEX triplet: 36, 3F and C3. RGB value is (54,63,195). Sum of RGB (Red+Green+Blue) = 54+63+195=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 195 (76.56% from 255 or 62.5% from 312); Max value from RGB is 195 - color contains mainly: blue. Hex color #363FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FC3 is #C9C03C. Grayscale: #4A4A4A. Windows color (decimal): -13221949 or 12795702. OLE color: 12795702.
HSL color Cylindrical-coordinate representation of color #363FC3: hue angle of 236.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363FC3 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 63 | 195 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.24 |
| HSL | 236.17º | 0.57% | 0.49% | - |
| HSV(B) | 236.17º | 0.72% | 0.76% | - |
| XYZ | 13.15 | 8.28 | 52.53 | - |
| YUV | 75.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 195 | 0.72 | 0.68 | 0 | 0.24 | 236.17 | 0.57 | 0.49 |
| Hex | 36 | 3F | C3 | 48 | 44 | 0 | 18 | EC | 39 | 31 |
| Octal | 66 | 77 | 303 | 110 | 104 | 0 | 30 | 354 | 71 | 61 |
| Binary | 110110 | 111111 | 11000011 | 1001000 | 1000100 | 0 | 11000 | 11101100 | 111001 | 110001 |
Color Harmonies of #363FC3
Complementary color
Monochromatic Colors of #363FC3
Black with #363FC3
Text Example
Text Example
White with #363FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FC3; }
p { color: rgb(54,63,195); }
H1.HeaderClassName
{
color: #363FC3;
}
.AnyTagClassName
{
color: #363FC3;
}
</style>
background-color css
<style>
a { background-color: #363FC3; }
a { background-color: rgb(54,63,195); }
div.DivClassName
{
background-color: #363FC3;
}
.BgClassName
{
background-color: #363FC3;
}
</style>
border-color css
<style>
span { border-color: #363FC3; }
span { border-color: rgb(54,63,195); }
td.TdClassName
{
border-color: #363FC3;
}
.TagClassName
{
border-color: #363FC3;
}
</style>