Shades of Free Speech Blue #363ED2
Tints of Free Speech Blue #363ED2
RGB
CMYK
RGB Variations
Color information
#363ED2 (or 0x363ED2) is known color: Free Speech Blue. HEX triplet: 36, 3E and D2. RGB value is (54,62,210). Sum of RGB (Red+Green+Blue) = 54+62+210=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 210 (82.42% from 255 or 64.42% from 326); Max value from RGB is 210 - color contains mainly: blue. Hex color #363ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ED2 is #C9C12D. Grayscale: #4B4B4B. Windows color (decimal): -13222190 or 13778486. OLE color: 13778486.
HSL color Cylindrical-coordinate representation of color #363ED2: hue angle of 236.92º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363ED2 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 62 | 210 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.18 |
| HSL | 236.92º | 0.63% | 0.52% | - |
| HSV(B) | 236.92º | 0.74% | 0.82% | - |
| XYZ | 14.88 | 8.88 | 61.9 | - |
| YUV | 76.48 | 203.35 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 210 | 0.74 | 0.70 | 0 | 0.18 | 236.92 | 0.63 | 0.52 |
| Hex | 36 | 3E | D2 | 4A | 46 | 0 | 12 | ED | 3F | 34 |
| Octal | 66 | 76 | 322 | 112 | 106 | 0 | 22 | 355 | 77 | 64 |
| Binary | 110110 | 111110 | 11010010 | 1001010 | 1000110 | 0 | 10010 | 11101101 | 111111 | 110100 |
Color Harmonies of #363ED2
Complementary color
Monochromatic Colors of #363ED2
Black with #363ED2
Text Example
Text Example
White with #363ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ED2; }
p { color: rgb(54,62,210); }
H1.HeaderClassName
{
color: #363ED2;
}
.AnyTagClassName
{
color: #363ED2;
}
</style>
background-color css
<style>
a { background-color: #363ED2; }
a { background-color: rgb(54,62,210); }
div.DivClassName
{
background-color: #363ED2;
}
.BgClassName
{
background-color: #363ED2;
}
</style>
border-color css
<style>
span { border-color: #363ED2; }
span { border-color: rgb(54,62,210); }
td.TdClassName
{
border-color: #363ED2;
}
.TagClassName
{
border-color: #363ED2;
}
</style>