Shades of Free Speech Blue #4335BC
Tints of Free Speech Blue #4335BC
RGB
CMYK
RGB Variations
Color information
#4335BC (or 0x4335BC) is known color: Free Speech Blue. HEX triplet: 43, 35 and BC. RGB value is (67,53,188). Sum of RGB (Red+Green+Blue) = 67+53+188=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #4335BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4335BC is #BCCA43. Grayscale: #484848. Windows color (decimal): -12372548 or 12334403. OLE color: 12334403.
HSL color Cylindrical-coordinate representation of color #4335BC: hue angle of 246.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4335BC is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 53 | 188 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.26 |
| HSL | 246.22º | 0.56% | 0.47% | - |
| HSV(B) | 246.22º | 0.72% | 0.74% | - |
| XYZ | 12.66 | 7.37 | 48.33 | - |
| YUV | 72.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 188 | 0.64 | 0.72 | 0 | 0.26 | 246.22 | 0.56 | 0.47 |
| Hex | 43 | 35 | BC | 40 | 48 | 0 | 1A | F6 | 38 | 2F |
| Octal | 103 | 65 | 274 | 100 | 110 | 0 | 32 | 366 | 70 | 57 |
| Binary | 1000011 | 110101 | 10111100 | 1000000 | 1001000 | 0 | 11010 | 11110110 | 111000 | 101111 |
Color Harmonies of #4335BC
Complementary color
Monochromatic Colors of #4335BC
Black with #4335BC
Text Example
Text Example
White with #4335BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4335BC; }
p { color: rgb(67,53,188); }
H1.HeaderClassName
{
color: #4335BC;
}
.AnyTagClassName
{
color: #4335BC;
}
</style>
background-color css
<style>
a { background-color: #4335BC; }
a { background-color: rgb(67,53,188); }
div.DivClassName
{
background-color: #4335BC;
}
.BgClassName
{
background-color: #4335BC;
}
</style>
border-color css
<style>
span { border-color: #4335BC; }
span { border-color: rgb(67,53,188); }
td.TdClassName
{
border-color: #4335BC;
}
.TagClassName
{
border-color: #4335BC;
}
</style>