Shades of Free Speech Blue #4435CC
Tints of Free Speech Blue #4435CC
RGB
CMYK
RGB Variations
Color information
#4435CC (or 0x4435CC) is known color: Free Speech Blue. HEX triplet: 44, 35 and CC. RGB value is (68,53,204). Sum of RGB (Red+Green+Blue) = 68+53+204=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #4435CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4435CC is #BBCA33. Grayscale: #4A4A4A. Windows color (decimal): -12306996 or 13382980. OLE color: 13382980.
HSL color Cylindrical-coordinate representation of color #4435CC: hue angle of 245.96º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4435CC is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 53 | 204 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.2 |
| HSL | 245.96º | 0.6% | 0.5% | - |
| HSV(B) | 245.96º | 0.74% | 0.8% | - |
| XYZ | 14.56 | 8.13 | 57.93 | - |
| YUV | 74.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 204 | 0.67 | 0.74 | 0 | 0.2 | 245.96 | 0.6 | 0.5 |
| Hex | 44 | 35 | CC | 43 | 4A | 0 | 14 | F6 | 3C | 32 |
| Octal | 104 | 65 | 314 | 103 | 112 | 0 | 24 | 366 | 74 | 62 |
| Binary | 1000100 | 110101 | 11001100 | 1000011 | 1001010 | 0 | 10100 | 11110110 | 111100 | 110010 |
Color Harmonies of #4435CC
Complementary color
Monochromatic Colors of #4435CC
Black with #4435CC
Text Example
Text Example
White with #4435CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435CC; }
p { color: rgb(68,53,204); }
H1.HeaderClassName
{
color: #4435CC;
}
.AnyTagClassName
{
color: #4435CC;
}
</style>
background-color css
<style>
a { background-color: #4435CC; }
a { background-color: rgb(68,53,204); }
div.DivClassName
{
background-color: #4435CC;
}
.BgClassName
{
background-color: #4435CC;
}
</style>
border-color css
<style>
span { border-color: #4435CC; }
span { border-color: rgb(68,53,204); }
td.TdClassName
{
border-color: #4435CC;
}
.TagClassName
{
border-color: #4435CC;
}
</style>