Shades of Free Speech Blue #363AD2
Tints of Free Speech Blue #363AD2
RGB
CMYK
RGB Variations
Color information
#363AD2 (or 0x363AD2) is known color: Free Speech Blue. HEX triplet: 36, 3A and D2. RGB value is (54,58,210). Sum of RGB (Red+Green+Blue) = 54+58+210=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #363AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363AD2 is #C9C52D. Grayscale: #494949. Windows color (decimal): -13223214 or 13777462. OLE color: 13777462.
HSL color Cylindrical-coordinate representation of color #363AD2: hue angle of 238.46º 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 #363AD2 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 58 | 210 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.18 |
| HSL | 238.46º | 0.63% | 0.52% | - |
| HSV(B) | 238.46º | 0.74% | 0.82% | - |
| XYZ | 14.67 | 8.46 | 61.83 | - |
| YUV | 74.13 | 204.67 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 210 | 0.74 | 0.72 | 0 | 0.18 | 238.46 | 0.63 | 0.52 |
| Hex | 36 | 3A | D2 | 4A | 48 | 0 | 12 | EE | 3F | 34 |
| Octal | 66 | 72 | 322 | 112 | 110 | 0 | 22 | 356 | 77 | 64 |
| Binary | 110110 | 111010 | 11010010 | 1001010 | 1001000 | 0 | 10010 | 11101110 | 111111 | 110100 |
Color Harmonies of #363AD2
Complementary color
Monochromatic Colors of #363AD2
Black with #363AD2
Text Example
Text Example
White with #363AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AD2; }
p { color: rgb(54,58,210); }
H1.HeaderClassName
{
color: #363AD2;
}
.AnyTagClassName
{
color: #363AD2;
}
</style>
background-color css
<style>
a { background-color: #363AD2; }
a { background-color: rgb(54,58,210); }
div.DivClassName
{
background-color: #363AD2;
}
.BgClassName
{
background-color: #363AD2;
}
</style>
border-color css
<style>
span { border-color: #363AD2; }
span { border-color: rgb(54,58,210); }
td.TdClassName
{
border-color: #363AD2;
}
.TagClassName
{
border-color: #363AD2;
}
</style>