Shades of Free Speech Blue #445BCB
Tints of Free Speech Blue #445BCB
RGB
CMYK
RGB Variations
Color information
#445BCB (or 0x445BCB) is known color: Free Speech Blue. HEX triplet: 44, 5B and CB. RGB value is (68,91,203). Sum of RGB (Red+Green+Blue) = 68+91+203=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #445BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BCB is #BBA434. Grayscale: #606060. Windows color (decimal): -12297269 or 13327172. OLE color: 13327172.
HSL color Cylindrical-coordinate representation of color #445BCB: hue angle of 229.78º degrees, saturation: 0.56, 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 #445BCB is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 91 | 203 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.20 |
| HSL | 229.78º | 0.56% | 0.53% | - |
| HSV(B) | 229.78º | 0.67% | 0.8% | - |
| XYZ | 16.9 | 13.02 | 58.12 | - |
| YUV | 96.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 203 | 0.67 | 0.55 | 0 | 0.20 | 229.78 | 0.56 | 0.53 |
| Hex | 44 | 5B | CB | 43 | 37 | 0 | 14 | E6 | 38 | 35 |
| Octal | 104 | 133 | 313 | 103 | 67 | 0 | 24 | 346 | 70 | 65 |
| Binary | 1000100 | 1011011 | 11001011 | 1000011 | 110111 | 0 | 10100 | 11100110 | 111000 | 110101 |
Color Harmonies of #445BCB
Complementary color
Monochromatic Colors of #445BCB
Black with #445BCB
Text Example
Text Example
White with #445BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BCB; }
p { color: rgb(68,91,203); }
H1.HeaderClassName
{
color: #445BCB;
}
.AnyTagClassName
{
color: #445BCB;
}
</style>
background-color css
<style>
a { background-color: #445BCB; }
a { background-color: rgb(68,91,203); }
div.DivClassName
{
background-color: #445BCB;
}
.BgClassName
{
background-color: #445BCB;
}
</style>
border-color css
<style>
span { border-color: #445BCB; }
span { border-color: rgb(68,91,203); }
td.TdClassName
{
border-color: #445BCB;
}
.TagClassName
{
border-color: #445BCB;
}
</style>