Shades of Free Speech Blue #4364BA
Tints of Free Speech Blue #4364BA
RGB
CMYK
RGB Variations
Color information
#4364BA (or 0x4364BA) is known color: Free Speech Blue. HEX triplet: 43, 64 and BA. RGB value is (67,100,186). Sum of RGB (Red+Green+Blue) = 67+100+186=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #4364BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4364BA is #BC9B45. Grayscale: #636363. Windows color (decimal): -12360518 or 12215363. OLE color: 12215363.
HSL color Cylindrical-coordinate representation of color #4364BA: hue angle of 223.36º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4364BA is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 100 | 186 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.27 |
| HSL | 223.36º | 0.47% | 0.5% | - |
| HSV(B) | 223.36º | 0.64% | 0.73% | - |
| XYZ | 15.73 | 13.85 | 48.3 | - |
| YUV | 99.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 186 | 0.64 | 0.46 | 0 | 0.27 | 223.36 | 0.47 | 0.5 |
| Hex | 43 | 64 | BA | 40 | 2E | 0 | 1B | DF | 2F | 32 |
| Octal | 103 | 144 | 272 | 100 | 56 | 0 | 33 | 337 | 57 | 62 |
| Binary | 1000011 | 1100100 | 10111010 | 1000000 | 101110 | 0 | 11011 | 11011111 | 101111 | 110010 |
Color Harmonies of #4364BA
Complementary color
Monochromatic Colors of #4364BA
Black with #4364BA
Text Example
Text Example
White with #4364BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4364BA; }
p { color: rgb(67,100,186); }
H1.HeaderClassName
{
color: #4364BA;
}
.AnyTagClassName
{
color: #4364BA;
}
</style>
background-color css
<style>
a { background-color: #4364BA; }
a { background-color: rgb(67,100,186); }
div.DivClassName
{
background-color: #4364BA;
}
.BgClassName
{
background-color: #4364BA;
}
</style>
border-color css
<style>
span { border-color: #4364BA; }
span { border-color: rgb(67,100,186); }
td.TdClassName
{
border-color: #4364BA;
}
.TagClassName
{
border-color: #4364BA;
}
</style>