Shades of Free Speech Blue #363ACE
Tints of Free Speech Blue #363ACE
RGB
CMYK
RGB Variations
Color information
#363ACE (or 0x363ACE) is known color: Free Speech Blue. HEX triplet: 36, 3A and CE. RGB value is (54,58,206). Sum of RGB (Red+Green+Blue) = 54+58+206=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #363ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ACE is #C9C531. Grayscale: #494949. Windows color (decimal): -13223218 or 13515318. OLE color: 13515318.
HSL color Cylindrical-coordinate representation of color #363ACE: hue angle of 238.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363ACE is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 58 | 206 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.19 |
| HSL | 238.42º | 0.61% | 0.51% | - |
| HSV(B) | 238.42º | 0.74% | 0.81% | - |
| XYZ | 14.17 | 8.27 | 59.24 | - |
| YUV | 73.68 | 202.67 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 206 | 0.74 | 0.72 | 0 | 0.19 | 238.42 | 0.61 | 0.51 |
| Hex | 36 | 3A | CE | 4A | 48 | 0 | 13 | EE | 3D | 33 |
| Octal | 66 | 72 | 316 | 112 | 110 | 0 | 23 | 356 | 75 | 63 |
| Binary | 110110 | 111010 | 11001110 | 1001010 | 1001000 | 0 | 10011 | 11101110 | 111101 | 110011 |
Color Harmonies of #363ACE
Complementary color
Monochromatic Colors of #363ACE
Black with #363ACE
Text Example
Text Example
White with #363ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ACE; }
p { color: rgb(54,58,206); }
H1.HeaderClassName
{
color: #363ACE;
}
.AnyTagClassName
{
color: #363ACE;
}
</style>
background-color css
<style>
a { background-color: #363ACE; }
a { background-color: rgb(54,58,206); }
div.DivClassName
{
background-color: #363ACE;
}
.BgClassName
{
background-color: #363ACE;
}
</style>
border-color css
<style>
span { border-color: #363ACE; }
span { border-color: rgb(54,58,206); }
td.TdClassName
{
border-color: #363ACE;
}
.TagClassName
{
border-color: #363ACE;
}
</style>