Shades of Free Speech Blue #445CBE
Tints of Free Speech Blue #445CBE
RGB
CMYK
RGB Variations
Color information
#445CBE (or 0x445CBE) is known color: Free Speech Blue. HEX triplet: 44, 5C and BE. RGB value is (68,92,190). Sum of RGB (Red+Green+Blue) = 68+92+190=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #445CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445CBE is #BBA341. Grayscale: #5F5F5F. Windows color (decimal): -12297026 or 12475460. OLE color: 12475460.
HSL color Cylindrical-coordinate representation of color #445CBE: hue angle of 228.2º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #445CBE is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 92 | 190 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.25 |
| HSL | 228.2º | 0.48% | 0.51% | - |
| HSV(B) | 228.2º | 0.64% | 0.75% | - |
| XYZ | 15.51 | 12.6 | 50.33 | - |
| YUV | 96 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 190 | 0.64 | 0.52 | 0 | 0.25 | 228.2 | 0.48 | 0.51 |
| Hex | 44 | 5C | BE | 40 | 34 | 0 | 19 | E4 | 30 | 33 |
| Octal | 104 | 134 | 276 | 100 | 64 | 0 | 31 | 344 | 60 | 63 |
| Binary | 1000100 | 1011100 | 10111110 | 1000000 | 110100 | 0 | 11001 | 11100100 | 110000 | 110011 |
Color Harmonies of #445CBE
Complementary color
Monochromatic Colors of #445CBE
Black with #445CBE
Text Example
Text Example
White with #445CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445CBE; }
p { color: rgb(68,92,190); }
H1.HeaderClassName
{
color: #445CBE;
}
.AnyTagClassName
{
color: #445CBE;
}
</style>
background-color css
<style>
a { background-color: #445CBE; }
a { background-color: rgb(68,92,190); }
div.DivClassName
{
background-color: #445CBE;
}
.BgClassName
{
background-color: #445CBE;
}
</style>
border-color css
<style>
span { border-color: #445CBE; }
span { border-color: rgb(68,92,190); }
td.TdClassName
{
border-color: #445CBE;
}
.TagClassName
{
border-color: #445CBE;
}
</style>