Shades of Free Speech Blue #364DC2
Tints of Free Speech Blue #364DC2
RGB
CMYK
RGB Variations
Color information
#364DC2 (or 0x364DC2) is known color: Free Speech Blue. HEX triplet: 36, 4D and C2. RGB value is (54,77,194). Sum of RGB (Red+Green+Blue) = 54+77+194=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 194 (76.17% from 255 or 59.69% from 325); Max value from RGB is 194 - color contains mainly: blue. Hex color #364DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DC2 is #C9B23D. Grayscale: #525252. Windows color (decimal): -13218366 or 12733750. OLE color: 12733750.
HSL color Cylindrical-coordinate representation of color #364DC2: hue angle of 230.14º 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 #364DC2 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 77 | 194 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.24 |
| HSL | 230.14º | 0.56% | 0.49% | - |
| HSV(B) | 230.14º | 0.72% | 0.76% | - |
| XYZ | 13.91 | 9.99 | 52.23 | - |
| YUV | 83.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 194 | 0.72 | 0.60 | 0 | 0.24 | 230.14 | 0.56 | 0.49 |
| Hex | 36 | 4D | C2 | 48 | 3C | 0 | 18 | E6 | 38 | 31 |
| Octal | 66 | 115 | 302 | 110 | 74 | 0 | 30 | 346 | 70 | 61 |
| Binary | 110110 | 1001101 | 11000010 | 1001000 | 111100 | 0 | 11000 | 11100110 | 111000 | 110001 |
Color Harmonies of #364DC2
Complementary color
Monochromatic Colors of #364DC2
Black with #364DC2
Text Example
Text Example
White with #364DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DC2; }
p { color: rgb(54,77,194); }
H1.HeaderClassName
{
color: #364DC2;
}
.AnyTagClassName
{
color: #364DC2;
}
</style>
background-color css
<style>
a { background-color: #364DC2; }
a { background-color: rgb(54,77,194); }
div.DivClassName
{
background-color: #364DC2;
}
.BgClassName
{
background-color: #364DC2;
}
</style>
border-color css
<style>
span { border-color: #364DC2; }
span { border-color: rgb(54,77,194); }
td.TdClassName
{
border-color: #364DC2;
}
.TagClassName
{
border-color: #364DC2;
}
</style>