Shades of Free Speech Blue #363CDD
Tints of Free Speech Blue #363CDD
RGB
CMYK
RGB Variations
Color information
#363CDD (or 0x363CDD) is known color: Free Speech Blue. HEX triplet: 36, 3C and DD. RGB value is (54,60,221). Sum of RGB (Red+Green+Blue) = 54+60+221=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #363CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CDD is #C9C322. Grayscale: #4B4B4B. Windows color (decimal): -13222691 or 14498870. OLE color: 14498870.
HSL color Cylindrical-coordinate representation of color #363CDD: hue angle of 237.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363CDD is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 60 | 221 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.13 |
| HSL | 237.84º | 0.71% | 0.54% | - |
| HSV(B) | 237.84º | 0.76% | 0.87% | - |
| XYZ | 16.19 | 9.24 | 69.34 | - |
| YUV | 76.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 221 | 0.76 | 0.73 | 0 | 0.13 | 237.84 | 0.71 | 0.54 |
| Hex | 36 | 3C | DD | 4C | 49 | 0 | D | EE | 47 | 36 |
| Octal | 66 | 74 | 335 | 114 | 111 | 0 | 15 | 356 | 107 | 66 |
| Binary | 110110 | 111100 | 11011101 | 1001100 | 1001001 | 0 | 1101 | 11101110 | 1000111 | 110110 |
Color Harmonies of #363CDD
Complementary color
Monochromatic Colors of #363CDD
Black with #363CDD
Text Example
Text Example
White with #363CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CDD; }
p { color: rgb(54,60,221); }
H1.HeaderClassName
{
color: #363CDD;
}
.AnyTagClassName
{
color: #363CDD;
}
</style>
background-color css
<style>
a { background-color: #363CDD; }
a { background-color: rgb(54,60,221); }
div.DivClassName
{
background-color: #363CDD;
}
.BgClassName
{
background-color: #363CDD;
}
</style>
border-color css
<style>
span { border-color: #363CDD; }
span { border-color: rgb(54,60,221); }
td.TdClassName
{
border-color: #363CDD;
}
.TagClassName
{
border-color: #363CDD;
}
</style>