Shades of Free Speech Blue #364BDC
Tints of Free Speech Blue #364BDC
RGB
CMYK
RGB Variations
Color information
#364BDC (or 0x364BDC) is known color: Free Speech Blue. HEX triplet: 36, 4B and DC. RGB value is (54,75,220). Sum of RGB (Red+Green+Blue) = 54+75+220=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #364BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BDC is #C9B423. Grayscale: #545454. Windows color (decimal): -13218852 or 14437174. OLE color: 14437174.
HSL color Cylindrical-coordinate representation of color #364BDC: hue angle of 232.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364BDC is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 75 | 220 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.14 |
| HSL | 232.41º | 0.7% | 0.54% | - |
| HSV(B) | 232.41º | 0.75% | 0.86% | - |
| XYZ | 16.96 | 10.98 | 68.94 | - |
| YUV | 85.25 | 204.04 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 220 | 0.75 | 0.66 | 0 | 0.14 | 232.41 | 0.7 | 0.54 |
| Hex | 36 | 4B | DC | 4B | 42 | 0 | E | E8 | 46 | 36 |
| Octal | 66 | 113 | 334 | 113 | 102 | 0 | 16 | 350 | 106 | 66 |
| Binary | 110110 | 1001011 | 11011100 | 1001011 | 1000010 | 0 | 1110 | 11101000 | 1000110 | 110110 |
Color Harmonies of #364BDC
Complementary color
Monochromatic Colors of #364BDC
Black with #364BDC
Text Example
Text Example
White with #364BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364BDC; }
p { color: rgb(54,75,220); }
H1.HeaderClassName
{
color: #364BDC;
}
.AnyTagClassName
{
color: #364BDC;
}
</style>
background-color css
<style>
a { background-color: #364BDC; }
a { background-color: rgb(54,75,220); }
div.DivClassName
{
background-color: #364BDC;
}
.BgClassName
{
background-color: #364BDC;
}
</style>
border-color css
<style>
span { border-color: #364BDC; }
span { border-color: rgb(54,75,220); }
td.TdClassName
{
border-color: #364BDC;
}
.TagClassName
{
border-color: #364BDC;
}
</style>