Shades of Free Speech Blue #364ECC
Tints of Free Speech Blue #364ECC
RGB
CMYK
RGB Variations
Color information
#364ECC (or 0x364ECC) is known color: Free Speech Blue. HEX triplet: 36, 4E and CC. RGB value is (54,78,204). Sum of RGB (Red+Green+Blue) = 54+78+204=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #364ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364ECC is #C9B133. Grayscale: #545454. Windows color (decimal): -13218100 or 13389366. OLE color: 13389366.
HSL color Cylindrical-coordinate representation of color #364ECC: hue angle of 230.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364ECC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 78 | 204 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.2 |
| HSL | 230.4º | 0.6% | 0.51% | - |
| HSV(B) | 230.4º | 0.74% | 0.8% | - |
| XYZ | 15.14 | 10.59 | 58.37 | - |
| YUV | 85.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 204 | 0.74 | 0.62 | 0 | 0.2 | 230.4 | 0.6 | 0.51 |
| Hex | 36 | 4E | CC | 4A | 3E | 0 | 14 | E6 | 3C | 33 |
| Octal | 66 | 116 | 314 | 112 | 76 | 0 | 24 | 346 | 74 | 63 |
| Binary | 110110 | 1001110 | 11001100 | 1001010 | 111110 | 0 | 10100 | 11100110 | 111100 | 110011 |
Color Harmonies of #364ECC
Complementary color
Monochromatic Colors of #364ECC
Black with #364ECC
Text Example
Text Example
White with #364ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364ECC; }
p { color: rgb(54,78,204); }
H1.HeaderClassName
{
color: #364ECC;
}
.AnyTagClassName
{
color: #364ECC;
}
</style>
background-color css
<style>
a { background-color: #364ECC; }
a { background-color: rgb(54,78,204); }
div.DivClassName
{
background-color: #364ECC;
}
.BgClassName
{
background-color: #364ECC;
}
</style>
border-color css
<style>
span { border-color: #364ECC; }
span { border-color: rgb(54,78,204); }
td.TdClassName
{
border-color: #364ECC;
}
.TagClassName
{
border-color: #364ECC;
}
</style>