Shades of Free Speech Blue #363EC2
Tints of Free Speech Blue #363EC2
RGB
CMYK
RGB Variations
Color information
#363EC2 (or 0x363EC2) is known color: Free Speech Blue. HEX triplet: 36, 3E and C2. RGB value is (54,62,194). Sum of RGB (Red+Green+Blue) = 54+62+194=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #363EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EC2 is #C9C13D. Grayscale: #4A4A4A. Windows color (decimal): -13222206 or 12729910. OLE color: 12729910.
HSL color Cylindrical-coordinate representation of color #363EC2: hue angle of 236.57º 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 #363EC2 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 62 | 194 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.24 |
| HSL | 236.57º | 0.56% | 0.49% | - |
| HSV(B) | 236.57º | 0.72% | 0.76% | - |
| XYZ | 12.98 | 8.12 | 51.92 | - |
| YUV | 74.66 | 195.35 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 194 | 0.72 | 0.68 | 0 | 0.24 | 236.57 | 0.56 | 0.49 |
| Hex | 36 | 3E | C2 | 48 | 44 | 0 | 18 | ED | 38 | 31 |
| Octal | 66 | 76 | 302 | 110 | 104 | 0 | 30 | 355 | 70 | 61 |
| Binary | 110110 | 111110 | 11000010 | 1001000 | 1000100 | 0 | 11000 | 11101101 | 111000 | 110001 |
Color Harmonies of #363EC2
Complementary color
Monochromatic Colors of #363EC2
Black with #363EC2
Text Example
Text Example
White with #363EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EC2; }
p { color: rgb(54,62,194); }
H1.HeaderClassName
{
color: #363EC2;
}
.AnyTagClassName
{
color: #363EC2;
}
</style>
background-color css
<style>
a { background-color: #363EC2; }
a { background-color: rgb(54,62,194); }
div.DivClassName
{
background-color: #363EC2;
}
.BgClassName
{
background-color: #363EC2;
}
</style>
border-color css
<style>
span { border-color: #363EC2; }
span { border-color: rgb(54,62,194); }
td.TdClassName
{
border-color: #363EC2;
}
.TagClassName
{
border-color: #363EC2;
}
</style>