Shades of Free Speech Blue #364BCD
Tints of Free Speech Blue #364BCD
RGB
CMYK
RGB Variations
Color information
#364BCD (or 0x364BCD) is known color: Free Speech Blue. HEX triplet: 36, 4B and CD. RGB value is (54,75,205). Sum of RGB (Red+Green+Blue) = 54+75+205=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #364BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BCD is #C9B432. Grayscale: #535353. Windows color (decimal): -13218867 or 13454134. OLE color: 13454134.
HSL color Cylindrical-coordinate representation of color #364BCD: hue angle of 231.66º 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 #364BCD is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 75 | 205 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.20 |
| HSL | 231.66º | 0.6% | 0.51% | - |
| HSV(B) | 231.66º | 0.74% | 0.8% | - |
| XYZ | 15.06 | 10.22 | 58.94 | - |
| YUV | 83.54 | 196.54 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 205 | 0.74 | 0.63 | 0 | 0.20 | 231.66 | 0.6 | 0.51 |
| Hex | 36 | 4B | CD | 4A | 3F | 0 | 14 | E8 | 3C | 33 |
| Octal | 66 | 113 | 315 | 112 | 77 | 0 | 24 | 350 | 74 | 63 |
| Binary | 110110 | 1001011 | 11001101 | 1001010 | 111111 | 0 | 10100 | 11101000 | 111100 | 110011 |
Color Harmonies of #364BCD
Complementary color
Monochromatic Colors of #364BCD
Black with #364BCD
Text Example
Text Example
White with #364BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364BCD; }
p { color: rgb(54,75,205); }
H1.HeaderClassName
{
color: #364BCD;
}
.AnyTagClassName
{
color: #364BCD;
}
</style>
background-color css
<style>
a { background-color: #364BCD; }
a { background-color: rgb(54,75,205); }
div.DivClassName
{
background-color: #364BCD;
}
.BgClassName
{
background-color: #364BCD;
}
</style>
border-color css
<style>
span { border-color: #364BCD; }
span { border-color: rgb(54,75,205); }
td.TdClassName
{
border-color: #364BCD;
}
.TagClassName
{
border-color: #364BCD;
}
</style>