Shades of Free Speech Blue #445CCC
Tints of Free Speech Blue #445CCC
RGB
CMYK
RGB Variations
Color information
#445CCC (or 0x445CCC) is known color: Free Speech Blue. HEX triplet: 44, 5C and CC. RGB value is (68,92,204). Sum of RGB (Red+Green+Blue) = 68+92+204=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #445CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445CCC is #BBA333. Grayscale: #616161. Windows color (decimal): -12297012 or 13392964. OLE color: 13392964.
HSL color Cylindrical-coordinate representation of color #445CCC: hue angle of 229.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #445CCC is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 92 | 204 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.2 |
| HSL | 229.41º | 0.57% | 0.53% | - |
| HSV(B) | 229.41º | 0.67% | 0.8% | - |
| XYZ | 17.11 | 13.24 | 58.78 | - |
| YUV | 97.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 204 | 0.67 | 0.55 | 0 | 0.2 | 229.41 | 0.57 | 0.53 |
| Hex | 44 | 5C | CC | 43 | 37 | 0 | 14 | E5 | 39 | 35 |
| Octal | 104 | 134 | 314 | 103 | 67 | 0 | 24 | 345 | 71 | 65 |
| Binary | 1000100 | 1011100 | 11001100 | 1000011 | 110111 | 0 | 10100 | 11100101 | 111001 | 110101 |
Color Harmonies of #445CCC
Complementary color
Monochromatic Colors of #445CCC
Black with #445CCC
Text Example
Text Example
White with #445CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445CCC; }
p { color: rgb(68,92,204); }
H1.HeaderClassName
{
color: #445CCC;
}
.AnyTagClassName
{
color: #445CCC;
}
</style>
background-color css
<style>
a { background-color: #445CCC; }
a { background-color: rgb(68,92,204); }
div.DivClassName
{
background-color: #445CCC;
}
.BgClassName
{
background-color: #445CCC;
}
</style>
border-color css
<style>
span { border-color: #445CCC; }
span { border-color: rgb(68,92,204); }
td.TdClassName
{
border-color: #445CCC;
}
.TagClassName
{
border-color: #445CCC;
}
</style>