Shades of Free Speech Blue #364ACC
Tints of Free Speech Blue #364ACC
RGB
CMYK
RGB Variations
Color information
#364ACC (or 0x364ACC) is known color: Free Speech Blue. HEX triplet: 36, 4A and CC. RGB value is (54,74,204). Sum of RGB (Red+Green+Blue) = 54+74+204=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #364ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ACC is #C9B533. Grayscale: #525252. Windows color (decimal): -13219124 or 13388342. OLE color: 13388342.
HSL color Cylindrical-coordinate representation of color #364ACC: hue angle of 232º 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 #364ACC is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 74 | 204 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.2 |
| HSL | 232º | 0.6% | 0.51% | - |
| HSV(B) | 232º | 0.74% | 0.8% | - |
| XYZ | 14.87 | 10.04 | 58.28 | - |
| YUV | 82.84 | 196.37 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 204 | 0.74 | 0.64 | 0 | 0.2 | 232 | 0.6 | 0.51 |
| Hex | 36 | 4A | CC | 4A | 40 | 0 | 14 | E8 | 3C | 33 |
| Octal | 66 | 112 | 314 | 112 | 100 | 0 | 24 | 350 | 74 | 63 |
| Binary | 110110 | 1001010 | 11001100 | 1001010 | 1000000 | 0 | 10100 | 11101000 | 111100 | 110011 |
Color Harmonies of #364ACC
Complementary color
Monochromatic Colors of #364ACC
Black with #364ACC
Text Example
Text Example
White with #364ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364ACC; }
p { color: rgb(54,74,204); }
H1.HeaderClassName
{
color: #364ACC;
}
.AnyTagClassName
{
color: #364ACC;
}
</style>
background-color css
<style>
a { background-color: #364ACC; }
a { background-color: rgb(54,74,204); }
div.DivClassName
{
background-color: #364ACC;
}
.BgClassName
{
background-color: #364ACC;
}
</style>
border-color css
<style>
span { border-color: #364ACC; }
span { border-color: rgb(54,74,204); }
td.TdClassName
{
border-color: #364ACC;
}
.TagClassName
{
border-color: #364ACC;
}
</style>