Shades of Free Speech Blue #4335BA
Tints of Free Speech Blue #4335BA
RGB
CMYK
RGB Variations
Color information
#4335BA (or 0x4335BA) is known color: Free Speech Blue. HEX triplet: 43, 35 and BA. RGB value is (67,53,186). Sum of RGB (Red+Green+Blue) = 67+53+186=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #4335BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4335BA is #BCCA45. Grayscale: #474747. Windows color (decimal): -12372550 or 12203331. OLE color: 12203331.
HSL color Cylindrical-coordinate representation of color #4335BA: hue angle of 246.32º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4335BA is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 53 | 186 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.27 |
| HSL | 246.32º | 0.56% | 0.47% | - |
| HSV(B) | 246.32º | 0.72% | 0.73% | - |
| XYZ | 12.45 | 7.28 | 47.2 | - |
| YUV | 72.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 186 | 0.64 | 0.72 | 0 | 0.27 | 246.32 | 0.56 | 0.47 |
| Hex | 43 | 35 | BA | 40 | 48 | 0 | 1B | F6 | 38 | 2F |
| Octal | 103 | 65 | 272 | 100 | 110 | 0 | 33 | 366 | 70 | 57 |
| Binary | 1000011 | 110101 | 10111010 | 1000000 | 1001000 | 0 | 11011 | 11110110 | 111000 | 101111 |
Color Harmonies of #4335BA
Complementary color
Monochromatic Colors of #4335BA
Black with #4335BA
Text Example
Text Example
White with #4335BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4335BA; }
p { color: rgb(67,53,186); }
H1.HeaderClassName
{
color: #4335BA;
}
.AnyTagClassName
{
color: #4335BA;
}
</style>
background-color css
<style>
a { background-color: #4335BA; }
a { background-color: rgb(67,53,186); }
div.DivClassName
{
background-color: #4335BA;
}
.BgClassName
{
background-color: #4335BA;
}
</style>
border-color css
<style>
span { border-color: #4335BA; }
span { border-color: rgb(67,53,186); }
td.TdClassName
{
border-color: #4335BA;
}
.TagClassName
{
border-color: #4335BA;
}
</style>