Shades of Free Speech Blue #363ACC
Tints of Free Speech Blue #363ACC
RGB
CMYK
RGB Variations
Color information
#363ACC (or 0x363ACC) is known color: Free Speech Blue. HEX triplet: 36, 3A and CC. RGB value is (54,58,204). Sum of RGB (Red+Green+Blue) = 54+58+204=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #363ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ACC is #C9C533. Grayscale: #484848. Windows color (decimal): -13223220 or 13384246. OLE color: 13384246.
HSL color Cylindrical-coordinate representation of color #363ACC: hue angle of 238.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363ACC is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 58 | 204 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.2 |
| HSL | 238.4º | 0.6% | 0.51% | - |
| HSV(B) | 238.4º | 0.74% | 0.8% | - |
| XYZ | 13.93 | 8.17 | 57.97 | - |
| YUV | 73.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 204 | 0.74 | 0.72 | 0 | 0.2 | 238.4 | 0.6 | 0.51 |
| Hex | 36 | 3A | CC | 4A | 48 | 0 | 14 | EE | 3C | 33 |
| Octal | 66 | 72 | 314 | 112 | 110 | 0 | 24 | 356 | 74 | 63 |
| Binary | 110110 | 111010 | 11001100 | 1001010 | 1001000 | 0 | 10100 | 11101110 | 111100 | 110011 |
Color Harmonies of #363ACC
Complementary color
Monochromatic Colors of #363ACC
Black with #363ACC
Text Example
Text Example
White with #363ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ACC; }
p { color: rgb(54,58,204); }
H1.HeaderClassName
{
color: #363ACC;
}
.AnyTagClassName
{
color: #363ACC;
}
</style>
background-color css
<style>
a { background-color: #363ACC; }
a { background-color: rgb(54,58,204); }
div.DivClassName
{
background-color: #363ACC;
}
.BgClassName
{
background-color: #363ACC;
}
</style>
border-color css
<style>
span { border-color: #363ACC; }
span { border-color: rgb(54,58,204); }
td.TdClassName
{
border-color: #363ACC;
}
.TagClassName
{
border-color: #363ACC;
}
</style>