Shades of Free Speech Blue #363DC1
Tints of Free Speech Blue #363DC1
RGB
CMYK
RGB Variations
Color information
#363DC1 (or 0x363DC1) is known color: Free Speech Blue. HEX triplet: 36, 3D and C1. RGB value is (54,61,193). Sum of RGB (Red+Green+Blue) = 54+61+193=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #363DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DC1 is #C9C23E. Grayscale: #494949. Windows color (decimal): -13222463 or 12664118. OLE color: 12664118.
HSL color Cylindrical-coordinate representation of color #363DC1: hue angle of 236.98º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363DC1 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 61 | 193 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.24 |
| HSL | 236.98º | 0.56% | 0.48% | - |
| HSV(B) | 236.98º | 0.72% | 0.76% | - |
| XYZ | 12.82 | 7.97 | 51.32 | - |
| YUV | 73.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 193 | 0.72 | 0.68 | 0 | 0.24 | 236.98 | 0.56 | 0.48 |
| Hex | 36 | 3D | C1 | 48 | 44 | 0 | 18 | ED | 38 | 30 |
| Octal | 66 | 75 | 301 | 110 | 104 | 0 | 30 | 355 | 70 | 60 |
| Binary | 110110 | 111101 | 11000001 | 1001000 | 1000100 | 0 | 11000 | 11101101 | 111000 | 110000 |
Color Harmonies of #363DC1
Complementary color
Monochromatic Colors of #363DC1
Black with #363DC1
Text Example
Text Example
White with #363DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DC1; }
p { color: rgb(54,61,193); }
H1.HeaderClassName
{
color: #363DC1;
}
.AnyTagClassName
{
color: #363DC1;
}
</style>
background-color css
<style>
a { background-color: #363DC1; }
a { background-color: rgb(54,61,193); }
div.DivClassName
{
background-color: #363DC1;
}
.BgClassName
{
background-color: #363DC1;
}
</style>
border-color css
<style>
span { border-color: #363DC1; }
span { border-color: rgb(54,61,193); }
td.TdClassName
{
border-color: #363DC1;
}
.TagClassName
{
border-color: #363DC1;
}
</style>