Shades of Free Speech Blue #4352BA
Tints of Free Speech Blue #4352BA
RGB
CMYK
RGB Variations
Color information
#4352BA (or 0x4352BA) is known color: Free Speech Blue. HEX triplet: 43, 52 and BA. RGB value is (67,82,186). Sum of RGB (Red+Green+Blue) = 67+82+186=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #4352BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4352BA is #BCAD45. Grayscale: #585858. Windows color (decimal): -12365126 or 12210755. OLE color: 12210755.
HSL color Cylindrical-coordinate representation of color #4352BA: hue angle of 232.44º 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 #4352BA is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 82 | 186 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.27 |
| HSL | 232.44º | 0.47% | 0.5% | - |
| HSV(B) | 232.44º | 0.64% | 0.73% | - |
| XYZ | 14.19 | 10.77 | 47.79 | - |
| YUV | 89.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 186 | 0.64 | 0.56 | 0 | 0.27 | 232.44 | 0.47 | 0.5 |
| Hex | 43 | 52 | BA | 40 | 38 | 0 | 1B | E8 | 2F | 32 |
| Octal | 103 | 122 | 272 | 100 | 70 | 0 | 33 | 350 | 57 | 62 |
| Binary | 1000011 | 1010010 | 10111010 | 1000000 | 111000 | 0 | 11011 | 11101000 | 101111 | 110010 |
Color Harmonies of #4352BA
Complementary color
Monochromatic Colors of #4352BA
Black with #4352BA
Text Example
Text Example
White with #4352BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4352BA; }
p { color: rgb(67,82,186); }
H1.HeaderClassName
{
color: #4352BA;
}
.AnyTagClassName
{
color: #4352BA;
}
</style>
background-color css
<style>
a { background-color: #4352BA; }
a { background-color: rgb(67,82,186); }
div.DivClassName
{
background-color: #4352BA;
}
.BgClassName
{
background-color: #4352BA;
}
</style>
border-color css
<style>
span { border-color: #4352BA; }
span { border-color: rgb(67,82,186); }
td.TdClassName
{
border-color: #4352BA;
}
.TagClassName
{
border-color: #4352BA;
}
</style>