Shades of Free Speech Blue #4350DD
Tints of Free Speech Blue #4350DD
RGB
CMYK
RGB Variations
Color information
#4350DD (or 0x4350DD) is known color: Free Speech Blue. HEX triplet: 43, 50 and DD. RGB value is (67,80,221). Sum of RGB (Red+Green+Blue) = 67+80+221=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #4350DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4350DD is #BCAF22. Grayscale: #5B5B5B. Windows color (decimal): -12365603 or 14504003. OLE color: 14504003.
HSL color Cylindrical-coordinate representation of color #4350DD: hue angle of 234.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4350DD is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 80 | 221 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.13 |
| HSL | 234.94º | 0.69% | 0.56% | - |
| HSV(B) | 234.94º | 0.7% | 0.87% | - |
| XYZ | 18.23 | 12.15 | 69.79 | - |
| YUV | 92.19 | 200.69 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 221 | 0.70 | 0.64 | 0 | 0.13 | 234.94 | 0.69 | 0.56 |
| Hex | 43 | 50 | DD | 46 | 40 | 0 | D | EB | 45 | 38 |
| Octal | 103 | 120 | 335 | 106 | 100 | 0 | 15 | 353 | 105 | 70 |
| Binary | 1000011 | 1010000 | 11011101 | 1000110 | 1000000 | 0 | 1101 | 11101011 | 1000101 | 111000 |
Color Harmonies of #4350DD
Complementary color
Monochromatic Colors of #4350DD
Black with #4350DD
Text Example
Text Example
White with #4350DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350DD; }
p { color: rgb(67,80,221); }
H1.HeaderClassName
{
color: #4350DD;
}
.AnyTagClassName
{
color: #4350DD;
}
</style>
background-color css
<style>
a { background-color: #4350DD; }
a { background-color: rgb(67,80,221); }
div.DivClassName
{
background-color: #4350DD;
}
.BgClassName
{
background-color: #4350DD;
}
</style>
border-color css
<style>
span { border-color: #4350DD; }
span { border-color: rgb(67,80,221); }
td.TdClassName
{
border-color: #4350DD;
}
.TagClassName
{
border-color: #4350DD;
}
</style>