Shades of Free Speech Blue #363DC2
Tints of Free Speech Blue #363DC2
RGB
CMYK
RGB Variations
Color information
#363DC2 (or 0x363DC2) is known color: Free Speech Blue. HEX triplet: 36, 3D and C2. RGB value is (54,61,194). Sum of RGB (Red+Green+Blue) = 54+61+194=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #363DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DC2 is #C9C23D. Grayscale: #494949. Windows color (decimal): -13222462 or 12729654. OLE color: 12729654.
HSL color Cylindrical-coordinate representation of color #363DC2: hue angle of 237º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363DC2 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 61 | 194 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.24 |
| HSL | 237º | 0.56% | 0.49% | - |
| HSV(B) | 237º | 0.72% | 0.76% | - |
| XYZ | 12.93 | 8.02 | 51.9 | - |
| YUV | 74.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 194 | 0.72 | 0.69 | 0 | 0.24 | 237 | 0.56 | 0.49 |
| Hex | 36 | 3D | C2 | 48 | 45 | 0 | 18 | ED | 38 | 31 |
| Octal | 66 | 75 | 302 | 110 | 105 | 0 | 30 | 355 | 70 | 61 |
| Binary | 110110 | 111101 | 11000010 | 1001000 | 1000101 | 0 | 11000 | 11101101 | 111000 | 110001 |
Color Harmonies of #363DC2
Complementary color
Monochromatic Colors of #363DC2
Black with #363DC2
Text Example
Text Example
White with #363DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DC2; }
p { color: rgb(54,61,194); }
H1.HeaderClassName
{
color: #363DC2;
}
.AnyTagClassName
{
color: #363DC2;
}
</style>
background-color css
<style>
a { background-color: #363DC2; }
a { background-color: rgb(54,61,194); }
div.DivClassName
{
background-color: #363DC2;
}
.BgClassName
{
background-color: #363DC2;
}
</style>
border-color css
<style>
span { border-color: #363DC2; }
span { border-color: rgb(54,61,194); }
td.TdClassName
{
border-color: #363DC2;
}
.TagClassName
{
border-color: #363DC2;
}
</style>