Shades of Free Speech Blue #363CC6
Tints of Free Speech Blue #363CC6
RGB
CMYK
RGB Variations
Color information
#363CC6 (or 0x363CC6) is known color: Free Speech Blue. HEX triplet: 36, 3C and C6. RGB value is (54,60,198). Sum of RGB (Red+Green+Blue) = 54+60+198=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #363CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CC6 is #C9C339. Grayscale: #494949. Windows color (decimal): -13222714 or 12991542. OLE color: 12991542.
HSL color Cylindrical-coordinate representation of color #363CC6: hue angle of 237.5º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363CC6 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 60 | 198 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.22 |
| HSL | 237.5º | 0.57% | 0.49% | - |
| HSV(B) | 237.5º | 0.73% | 0.78% | - |
| XYZ | 13.33 | 8.09 | 54.29 | - |
| YUV | 73.94 | 198.01 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 198 | 0.73 | 0.70 | 0 | 0.22 | 237.5 | 0.57 | 0.49 |
| Hex | 36 | 3C | C6 | 49 | 46 | 0 | 16 | EE | 39 | 31 |
| Octal | 66 | 74 | 306 | 111 | 106 | 0 | 26 | 356 | 71 | 61 |
| Binary | 110110 | 111100 | 11000110 | 1001001 | 1000110 | 0 | 10110 | 11101110 | 111001 | 110001 |
Color Harmonies of #363CC6
Complementary color
Monochromatic Colors of #363CC6
Black with #363CC6
Text Example
Text Example
White with #363CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CC6; }
p { color: rgb(54,60,198); }
H1.HeaderClassName
{
color: #363CC6;
}
.AnyTagClassName
{
color: #363CC6;
}
</style>
background-color css
<style>
a { background-color: #363CC6; }
a { background-color: rgb(54,60,198); }
div.DivClassName
{
background-color: #363CC6;
}
.BgClassName
{
background-color: #363CC6;
}
</style>
border-color css
<style>
span { border-color: #363CC6; }
span { border-color: rgb(54,60,198); }
td.TdClassName
{
border-color: #363CC6;
}
.TagClassName
{
border-color: #363CC6;
}
</style>