Shades of Free Speech Blue #363ACB
Tints of Free Speech Blue #363ACB
RGB
CMYK
RGB Variations
Color information
#363ACB (or 0x363ACB) is known color: Free Speech Blue. HEX triplet: 36, 3A and CB. RGB value is (54,58,203). Sum of RGB (Red+Green+Blue) = 54+58+203=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #363ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ACB is #C9C534. Grayscale: #484848. Windows color (decimal): -13223221 or 13318710. OLE color: 13318710.
HSL color Cylindrical-coordinate representation of color #363ACB: hue angle of 238.39º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363ACB is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 58 | 203 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.20 |
| HSL | 238.39º | 0.59% | 0.5% | - |
| HSV(B) | 238.39º | 0.73% | 0.8% | - |
| XYZ | 13.81 | 8.12 | 57.34 | - |
| YUV | 73.33 | 201.17 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 203 | 0.73 | 0.71 | 0 | 0.20 | 238.39 | 0.59 | 0.5 |
| Hex | 36 | 3A | CB | 49 | 47 | 0 | 14 | EE | 3B | 32 |
| Octal | 66 | 72 | 313 | 111 | 107 | 0 | 24 | 356 | 73 | 62 |
| Binary | 110110 | 111010 | 11001011 | 1001001 | 1000111 | 0 | 10100 | 11101110 | 111011 | 110010 |
Color Harmonies of #363ACB
Complementary color
Monochromatic Colors of #363ACB
Black with #363ACB
Text Example
Text Example
White with #363ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ACB; }
p { color: rgb(54,58,203); }
H1.HeaderClassName
{
color: #363ACB;
}
.AnyTagClassName
{
color: #363ACB;
}
</style>
background-color css
<style>
a { background-color: #363ACB; }
a { background-color: rgb(54,58,203); }
div.DivClassName
{
background-color: #363ACB;
}
.BgClassName
{
background-color: #363ACB;
}
</style>
border-color css
<style>
span { border-color: #363ACB; }
span { border-color: rgb(54,58,203); }
td.TdClassName
{
border-color: #363ACB;
}
.TagClassName
{
border-color: #363ACB;
}
</style>