Shades of Free Speech Blue #363CCD
Tints of Free Speech Blue #363CCD
RGB
CMYK
RGB Variations
Color information
#363CCD (or 0x363CCD) is known color: Free Speech Blue. HEX triplet: 36, 3C and CD. RGB value is (54,60,205). Sum of RGB (Red+Green+Blue) = 54+60+205=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #363CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CCD is #C9C332. Grayscale: #4A4A4A. Windows color (decimal): -13222707 or 13450294. OLE color: 13450294.
HSL color Cylindrical-coordinate representation of color #363CCD: hue angle of 237.62º 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 #363CCD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 60 | 205 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.20 |
| HSL | 237.62º | 0.6% | 0.51% | - |
| HSV(B) | 237.62º | 0.74% | 0.8% | - |
| XYZ | 14.16 | 8.42 | 58.64 | - |
| YUV | 74.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 205 | 0.74 | 0.71 | 0 | 0.20 | 237.62 | 0.6 | 0.51 |
| Hex | 36 | 3C | CD | 4A | 47 | 0 | 14 | EE | 3C | 33 |
| Octal | 66 | 74 | 315 | 112 | 107 | 0 | 24 | 356 | 74 | 63 |
| Binary | 110110 | 111100 | 11001101 | 1001010 | 1000111 | 0 | 10100 | 11101110 | 111100 | 110011 |
Color Harmonies of #363CCD
Complementary color
Monochromatic Colors of #363CCD
Black with #363CCD
Text Example
Text Example
White with #363CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CCD; }
p { color: rgb(54,60,205); }
H1.HeaderClassName
{
color: #363CCD;
}
.AnyTagClassName
{
color: #363CCD;
}
</style>
background-color css
<style>
a { background-color: #363CCD; }
a { background-color: rgb(54,60,205); }
div.DivClassName
{
background-color: #363CCD;
}
.BgClassName
{
background-color: #363CCD;
}
</style>
border-color css
<style>
span { border-color: #363CCD; }
span { border-color: rgb(54,60,205); }
td.TdClassName
{
border-color: #363CCD;
}
.TagClassName
{
border-color: #363CCD;
}
</style>