Shades of Free Speech Blue #4332D5
Tints of Free Speech Blue #4332D5
RGB
CMYK
RGB Variations
Color information
#4332D5 (or 0x4332D5) is known color: Free Speech Blue. HEX triplet: 43, 32 and D5. RGB value is (67,50,213). Sum of RGB (Red+Green+Blue) = 67+50+213=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #4332D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4332D5 is #BCCD2A. Grayscale: #494949. Windows color (decimal): -12373291 or 13972035. OLE color: 13972035.
HSL color Cylindrical-coordinate representation of color #4332D5: hue angle of 246.26º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4332D5 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 50 | 213 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.16 |
| HSL | 246.26º | 0.66% | 0.52% | - |
| HSV(B) | 246.26º | 0.77% | 0.84% | - |
| XYZ | 15.47 | 8.28 | 63.73 | - |
| YUV | 73.67 | 206.63 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 213 | 0.69 | 0.77 | 0 | 0.16 | 246.26 | 0.66 | 0.52 |
| Hex | 43 | 32 | D5 | 45 | 4D | 0 | 10 | F6 | 42 | 34 |
| Octal | 103 | 62 | 325 | 105 | 115 | 0 | 20 | 366 | 102 | 64 |
| Binary | 1000011 | 110010 | 11010101 | 1000101 | 1001101 | 0 | 10000 | 11110110 | 1000010 | 110100 |
Color Harmonies of #4332D5
Complementary color
Monochromatic Colors of #4332D5
Black with #4332D5
Text Example
Text Example
White with #4332D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4332D5; }
p { color: rgb(67,50,213); }
H1.HeaderClassName
{
color: #4332D5;
}
.AnyTagClassName
{
color: #4332D5;
}
</style>
background-color css
<style>
a { background-color: #4332D5; }
a { background-color: rgb(67,50,213); }
div.DivClassName
{
background-color: #4332D5;
}
.BgClassName
{
background-color: #4332D5;
}
</style>
border-color css
<style>
span { border-color: #4332D5; }
span { border-color: rgb(67,50,213); }
td.TdClassName
{
border-color: #4332D5;
}
.TagClassName
{
border-color: #4332D5;
}
</style>