Shades of Free Speech Blue #364EC2
Tints of Free Speech Blue #364EC2
RGB
CMYK
RGB Variations
Color information
#364EC2 (or 0x364EC2) is known color: Free Speech Blue. HEX triplet: 36, 4E and C2. RGB value is (54,78,194). Sum of RGB (Red+Green+Blue) = 54+78+194=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #364EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EC2 is #C9B13D. Grayscale: #535353. Windows color (decimal): -13218110 or 12734006. OLE color: 12734006.
HSL color Cylindrical-coordinate representation of color #364EC2: hue angle of 229.71º 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 #364EC2 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 78 | 194 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.24 |
| HSL | 229.71º | 0.56% | 0.49% | - |
| HSV(B) | 229.71º | 0.72% | 0.76% | - |
| XYZ | 13.98 | 10.13 | 52.26 | - |
| YUV | 84.05 | 190.05 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 194 | 0.72 | 0.60 | 0 | 0.24 | 229.71 | 0.56 | 0.49 |
| Hex | 36 | 4E | C2 | 48 | 3C | 0 | 18 | E6 | 38 | 31 |
| Octal | 66 | 116 | 302 | 110 | 74 | 0 | 30 | 346 | 70 | 61 |
| Binary | 110110 | 1001110 | 11000010 | 1001000 | 111100 | 0 | 11000 | 11100110 | 111000 | 110001 |
Color Harmonies of #364EC2
Complementary color
Monochromatic Colors of #364EC2
Black with #364EC2
Text Example
Text Example
White with #364EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364EC2; }
p { color: rgb(54,78,194); }
H1.HeaderClassName
{
color: #364EC2;
}
.AnyTagClassName
{
color: #364EC2;
}
</style>
background-color css
<style>
a { background-color: #364EC2; }
a { background-color: rgb(54,78,194); }
div.DivClassName
{
background-color: #364EC2;
}
.BgClassName
{
background-color: #364EC2;
}
</style>
border-color css
<style>
span { border-color: #364EC2; }
span { border-color: rgb(54,78,194); }
td.TdClassName
{
border-color: #364EC2;
}
.TagClassName
{
border-color: #364EC2;
}
</style>