Shades of Free Speech Blue #4335D5
Tints of Free Speech Blue #4335D5
RGB
CMYK
RGB Variations
Color information
#4335D5 (or 0x4335D5) is known color: Free Speech Blue. HEX triplet: 43, 35 and D5. RGB value is (67,53,213). Sum of RGB (Red+Green+Blue) = 67+53+213=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 213 (83.59% from 255 or 63.96% from 333); Max value from RGB is 213 - color contains mainly: blue. Hex color #4335D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4335D5 is #BCCA2A. Grayscale: #4A4A4A. Windows color (decimal): -12372523 or 13972803. OLE color: 13972803.
HSL color Cylindrical-coordinate representation of color #4335D5: hue angle of 245.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4335D5 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 53 | 213 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.16 |
| HSL | 245.25º | 0.66% | 0.52% | - |
| HSV(B) | 245.25º | 0.75% | 0.84% | - |
| XYZ | 15.6 | 8.54 | 63.78 | - |
| YUV | 75.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 213 | 0.69 | 0.75 | 0 | 0.16 | 245.25 | 0.66 | 0.52 |
| Hex | 43 | 35 | D5 | 45 | 4B | 0 | 10 | F5 | 42 | 34 |
| Octal | 103 | 65 | 325 | 105 | 113 | 0 | 20 | 365 | 102 | 64 |
| Binary | 1000011 | 110101 | 11010101 | 1000101 | 1001011 | 0 | 10000 | 11110101 | 1000010 | 110100 |
Color Harmonies of #4335D5
Complementary color
Monochromatic Colors of #4335D5
Black with #4335D5
Text Example
Text Example
White with #4335D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4335D5; }
p { color: rgb(67,53,213); }
H1.HeaderClassName
{
color: #4335D5;
}
.AnyTagClassName
{
color: #4335D5;
}
</style>
background-color css
<style>
a { background-color: #4335D5; }
a { background-color: rgb(67,53,213); }
div.DivClassName
{
background-color: #4335D5;
}
.BgClassName
{
background-color: #4335D5;
}
</style>
border-color css
<style>
span { border-color: #4335D5; }
span { border-color: rgb(67,53,213); }
td.TdClassName
{
border-color: #4335D5;
}
.TagClassName
{
border-color: #4335D5;
}
</style>