Shades of Free Speech Blue #4435CF
Tints of Free Speech Blue #4435CF
RGB
CMYK
RGB Variations
Color information
#4435CF (or 0x4435CF) is known color: Free Speech Blue. HEX triplet: 44, 35 and CF. RGB value is (68,53,207). Sum of RGB (Red+Green+Blue) = 68+53+207=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #4435CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4435CF is #BBCA30. Grayscale: #4A4A4A. Windows color (decimal): -12306993 or 13579588. OLE color: 13579588.
HSL color Cylindrical-coordinate representation of color #4435CF: hue angle of 245.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4435CF is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 53 | 207 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.19 |
| HSL | 245.84º | 0.62% | 0.51% | - |
| HSV(B) | 245.84º | 0.74% | 0.81% | - |
| XYZ | 14.92 | 8.28 | 59.84 | - |
| YUV | 75.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 207 | 0.67 | 0.74 | 0 | 0.19 | 245.84 | 0.62 | 0.51 |
| Hex | 44 | 35 | CF | 43 | 4A | 0 | 13 | F6 | 3E | 33 |
| Octal | 104 | 65 | 317 | 103 | 112 | 0 | 23 | 366 | 76 | 63 |
| Binary | 1000100 | 110101 | 11001111 | 1000011 | 1001010 | 0 | 10011 | 11110110 | 111110 | 110011 |
Color Harmonies of #4435CF
Complementary color
Monochromatic Colors of #4435CF
Black with #4435CF
Text Example
Text Example
White with #4435CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435CF; }
p { color: rgb(68,53,207); }
H1.HeaderClassName
{
color: #4435CF;
}
.AnyTagClassName
{
color: #4435CF;
}
</style>
background-color css
<style>
a { background-color: #4435CF; }
a { background-color: rgb(68,53,207); }
div.DivClassName
{
background-color: #4435CF;
}
.BgClassName
{
background-color: #4435CF;
}
</style>
border-color css
<style>
span { border-color: #4435CF; }
span { border-color: rgb(68,53,207); }
td.TdClassName
{
border-color: #4435CF;
}
.TagClassName
{
border-color: #4435CF;
}
</style>