Shades of Free Speech Blue #364ACF
Tints of Free Speech Blue #364ACF
RGB
CMYK
RGB Variations
Color information
#364ACF (or 0x364ACF) is known color: Free Speech Blue. HEX triplet: 36, 4A and CF. RGB value is (54,74,207). Sum of RGB (Red+Green+Blue) = 54+74+207=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #364ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ACF is #C9B530. Grayscale: #525252. Windows color (decimal): -13219121 or 13584950. OLE color: 13584950.
HSL color Cylindrical-coordinate representation of color #364ACF: hue angle of 232.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364ACF is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 74 | 207 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.19 |
| HSL | 232.16º | 0.61% | 0.51% | - |
| HSV(B) | 232.16º | 0.74% | 0.81% | - |
| XYZ | 15.23 | 10.19 | 60.19 | - |
| YUV | 83.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 207 | 0.74 | 0.64 | 0 | 0.19 | 232.16 | 0.61 | 0.51 |
| Hex | 36 | 4A | CF | 4A | 40 | 0 | 13 | E8 | 3D | 33 |
| Octal | 66 | 112 | 317 | 112 | 100 | 0 | 23 | 350 | 75 | 63 |
| Binary | 110110 | 1001010 | 11001111 | 1001010 | 1000000 | 0 | 10011 | 11101000 | 111101 | 110011 |
Color Harmonies of #364ACF
Complementary color
Monochromatic Colors of #364ACF
Black with #364ACF
Text Example
Text Example
White with #364ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364ACF; }
p { color: rgb(54,74,207); }
H1.HeaderClassName
{
color: #364ACF;
}
.AnyTagClassName
{
color: #364ACF;
}
</style>
background-color css
<style>
a { background-color: #364ACF; }
a { background-color: rgb(54,74,207); }
div.DivClassName
{
background-color: #364ACF;
}
.BgClassName
{
background-color: #364ACF;
}
</style>
border-color css
<style>
span { border-color: #364ACF; }
span { border-color: rgb(54,74,207); }
td.TdClassName
{
border-color: #364ACF;
}
.TagClassName
{
border-color: #364ACF;
}
</style>