Shades of Free Speech Blue #363ED3
Tints of Free Speech Blue #363ED3
RGB
CMYK
RGB Variations
Color information
#363ED3 (or 0x363ED3) is known color: Free Speech Blue. HEX triplet: 36, 3E and D3. RGB value is (54,62,211). Sum of RGB (Red+Green+Blue) = 54+62+211=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 211 (82.81% from 255 or 64.53% from 327); Max value from RGB is 211 - color contains mainly: blue. Hex color #363ED3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ED3 is #C9C12C. Grayscale: #4B4B4B. Windows color (decimal): -13222189 or 13844022. OLE color: 13844022.
HSL color Cylindrical-coordinate representation of color #363ED3: hue angle of 236.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363ED3 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 62 | 211 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.17 |
| HSL | 236.94º | 0.64% | 0.52% | - |
| HSV(B) | 236.94º | 0.74% | 0.83% | - |
| XYZ | 15 | 8.93 | 62.56 | - |
| YUV | 76.59 | 203.85 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 211 | 0.74 | 0.71 | 0 | 0.17 | 236.94 | 0.64 | 0.52 |
| Hex | 36 | 3E | D3 | 4A | 47 | 0 | 11 | ED | 40 | 34 |
| Octal | 66 | 76 | 323 | 112 | 107 | 0 | 21 | 355 | 100 | 64 |
| Binary | 110110 | 111110 | 11010011 | 1001010 | 1000111 | 0 | 10001 | 11101101 | 1000000 | 110100 |
Color Harmonies of #363ED3
Complementary color
Monochromatic Colors of #363ED3
Black with #363ED3
Text Example
Text Example
White with #363ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ED3; }
p { color: rgb(54,62,211); }
H1.HeaderClassName
{
color: #363ED3;
}
.AnyTagClassName
{
color: #363ED3;
}
</style>
background-color css
<style>
a { background-color: #363ED3; }
a { background-color: rgb(54,62,211); }
div.DivClassName
{
background-color: #363ED3;
}
.BgClassName
{
background-color: #363ED3;
}
</style>
border-color css
<style>
span { border-color: #363ED3; }
span { border-color: rgb(54,62,211); }
td.TdClassName
{
border-color: #363ED3;
}
.TagClassName
{
border-color: #363ED3;
}
</style>