Shades of Free Speech Blue #445AD3
Tints of Free Speech Blue #445AD3
RGB
CMYK
RGB Variations
Color information
#445AD3 (or 0x445AD3) is known color: Free Speech Blue. HEX triplet: 44, 5A and D3. RGB value is (68,90,211). Sum of RGB (Red+Green+Blue) = 68+90+211=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #445AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445AD3 is #BBA52C. Grayscale: #606060. Windows color (decimal): -12297517 or 13851204. OLE color: 13851204.
HSL color Cylindrical-coordinate representation of color #445AD3: hue angle of 230.77º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #445AD3 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 90 | 211 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.17 |
| HSL | 230.77º | 0.62% | 0.55% | - |
| HSV(B) | 230.77º | 0.68% | 0.83% | - |
| XYZ | 17.8 | 13.24 | 63.25 | - |
| YUV | 97.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 211 | 0.68 | 0.57 | 0 | 0.17 | 230.77 | 0.62 | 0.55 |
| Hex | 44 | 5A | D3 | 44 | 39 | 0 | 11 | E7 | 3E | 37 |
| Octal | 104 | 132 | 323 | 104 | 71 | 0 | 21 | 347 | 76 | 67 |
| Binary | 1000100 | 1011010 | 11010011 | 1000100 | 111001 | 0 | 10001 | 11100111 | 111110 | 110111 |
Color Harmonies of #445AD3
Complementary color
Monochromatic Colors of #445AD3
Black with #445AD3
Text Example
Text Example
White with #445AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445AD3; }
p { color: rgb(68,90,211); }
H1.HeaderClassName
{
color: #445AD3;
}
.AnyTagClassName
{
color: #445AD3;
}
</style>
background-color css
<style>
a { background-color: #445AD3; }
a { background-color: rgb(68,90,211); }
div.DivClassName
{
background-color: #445AD3;
}
.BgClassName
{
background-color: #445AD3;
}
</style>
border-color css
<style>
span { border-color: #445AD3; }
span { border-color: rgb(68,90,211); }
td.TdClassName
{
border-color: #445AD3;
}
.TagClassName
{
border-color: #445AD3;
}
</style>