Shades of Free Speech Blue #363CDA
Tints of Free Speech Blue #363CDA
RGB
CMYK
RGB Variations
Color information
#363CDA (or 0x363CDA) is known color: Free Speech Blue. HEX triplet: 36, 3C and DA. RGB value is (54,60,218). Sum of RGB (Red+Green+Blue) = 54+60+218=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #363CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CDA is #C9C325. Grayscale: #4B4B4B. Windows color (decimal): -13222694 or 14302262. OLE color: 14302262.
HSL color Cylindrical-coordinate representation of color #363CDA: hue angle of 237.8º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363CDA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 60 | 218 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.15 |
| HSL | 237.8º | 0.69% | 0.53% | - |
| HSV(B) | 237.8º | 0.75% | 0.85% | - |
| XYZ | 15.79 | 9.08 | 67.25 | - |
| YUV | 76.22 | 208.01 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 218 | 0.75 | 0.72 | 0 | 0.15 | 237.8 | 0.69 | 0.53 |
| Hex | 36 | 3C | DA | 4B | 48 | 0 | F | EE | 45 | 35 |
| Octal | 66 | 74 | 332 | 113 | 110 | 0 | 17 | 356 | 105 | 65 |
| Binary | 110110 | 111100 | 11011010 | 1001011 | 1001000 | 0 | 1111 | 11101110 | 1000101 | 110101 |
Color Harmonies of #363CDA
Complementary color
Monochromatic Colors of #363CDA
Black with #363CDA
Text Example
Text Example
White with #363CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CDA; }
p { color: rgb(54,60,218); }
H1.HeaderClassName
{
color: #363CDA;
}
.AnyTagClassName
{
color: #363CDA;
}
</style>
background-color css
<style>
a { background-color: #363CDA; }
a { background-color: rgb(54,60,218); }
div.DivClassName
{
background-color: #363CDA;
}
.BgClassName
{
background-color: #363CDA;
}
</style>
border-color css
<style>
span { border-color: #363CDA; }
span { border-color: rgb(54,60,218); }
td.TdClassName
{
border-color: #363CDA;
}
.TagClassName
{
border-color: #363CDA;
}
</style>