Shades of Free Speech Blue #3B44CA
Tints of Free Speech Blue #3B44CA
RGB
CMYK
RGB Variations
Color information
#3B44CA (or 0x3B44CA) is known color: Free Speech Blue. HEX triplet: 3B, 44 and CA. RGB value is (59,68,202). Sum of RGB (Red+Green+Blue) = 59+68+202=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B44CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B44CA is #C4BB35. Grayscale: #505050. Windows color (decimal): -12892982 or 13255739. OLE color: 13255739.
HSL color Cylindrical-coordinate representation of color #3B44CA: hue angle of 236.22º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B44CA is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 68 | 202 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.21 |
| HSL | 236.22º | 0.57% | 0.51% | - |
| HSV(B) | 236.22º | 0.71% | 0.79% | - |
| XYZ | 14.53 | 9.33 | 56.91 | - |
| YUV | 80.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 202 | 0.71 | 0.66 | 0 | 0.21 | 236.22 | 0.57 | 0.51 |
| Hex | 3B | 44 | CA | 47 | 42 | 0 | 15 | EC | 39 | 33 |
| Octal | 73 | 104 | 312 | 107 | 102 | 0 | 25 | 354 | 71 | 63 |
| Binary | 111011 | 1000100 | 11001010 | 1000111 | 1000010 | 0 | 10101 | 11101100 | 111001 | 110011 |
Color Harmonies of #3B44CA
Complementary color
Monochromatic Colors of #3B44CA
Black with #3B44CA
Text Example
Text Example
White with #3B44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B44CA; }
p { color: rgb(59,68,202); }
H1.HeaderClassName
{
color: #3B44CA;
}
.AnyTagClassName
{
color: #3B44CA;
}
</style>
background-color css
<style>
a { background-color: #3B44CA; }
a { background-color: rgb(59,68,202); }
div.DivClassName
{
background-color: #3B44CA;
}
.BgClassName
{
background-color: #3B44CA;
}
</style>
border-color css
<style>
span { border-color: #3B44CA; }
span { border-color: rgb(59,68,202); }
td.TdClassName
{
border-color: #3B44CA;
}
.TagClassName
{
border-color: #3B44CA;
}
</style>