Shades of Free Speech Blue #445DC3
Tints of Free Speech Blue #445DC3
RGB
CMYK
RGB Variations
Color information
#445DC3 (or 0x445DC3) is known color: Free Speech Blue. HEX triplet: 44, 5D and C3. RGB value is (68,93,195). Sum of RGB (Red+Green+Blue) = 68+93+195=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #445DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DC3 is #BBA23C. Grayscale: #606060. Windows color (decimal): -12296765 or 12803396. OLE color: 12803396.
HSL color Cylindrical-coordinate representation of color #445DC3: hue angle of 228.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #445DC3 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 93 | 195 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.24 |
| HSL | 228.19º | 0.51% | 0.52% | - |
| HSV(B) | 228.19º | 0.65% | 0.76% | - |
| XYZ | 16.15 | 13 | 53.29 | - |
| YUV | 97.15 | 183.22 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 195 | 0.65 | 0.52 | 0 | 0.24 | 228.19 | 0.51 | 0.52 |
| Hex | 44 | 5D | C3 | 41 | 34 | 0 | 18 | E4 | 33 | 34 |
| Octal | 104 | 135 | 303 | 101 | 64 | 0 | 30 | 344 | 63 | 64 |
| Binary | 1000100 | 1011101 | 11000011 | 1000001 | 110100 | 0 | 11000 | 11100100 | 110011 | 110100 |
Color Harmonies of #445DC3
Complementary color
Monochromatic Colors of #445DC3
Black with #445DC3
Text Example
Text Example
White with #445DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DC3; }
p { color: rgb(68,93,195); }
H1.HeaderClassName
{
color: #445DC3;
}
.AnyTagClassName
{
color: #445DC3;
}
</style>
background-color css
<style>
a { background-color: #445DC3; }
a { background-color: rgb(68,93,195); }
div.DivClassName
{
background-color: #445DC3;
}
.BgClassName
{
background-color: #445DC3;
}
</style>
border-color css
<style>
span { border-color: #445DC3; }
span { border-color: rgb(68,93,195); }
td.TdClassName
{
border-color: #445DC3;
}
.TagClassName
{
border-color: #445DC3;
}
</style>