Shades of Free Speech Blue #3B40CA
Tints of Free Speech Blue #3B40CA
RGB
CMYK
RGB Variations
Color information
#3B40CA (or 0x3B40CA) is known color: Free Speech Blue. HEX triplet: 3B, 40 and CA. RGB value is (59,64,202). Sum of RGB (Red+Green+Blue) = 59+64+202=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B40CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B40CA is #C4BF35. Grayscale: #4D4D4D. Windows color (decimal): -12894006 or 13254715. OLE color: 13254715.
HSL color Cylindrical-coordinate representation of color #3B40CA: hue angle of 237.9º 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 #3B40CA is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 64 | 202 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.21 |
| HSL | 237.9º | 0.57% | 0.51% | - |
| HSV(B) | 237.9º | 0.71% | 0.79% | - |
| XYZ | 14.3 | 8.86 | 56.83 | - |
| YUV | 78.24 | 197.84 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 202 | 0.71 | 0.68 | 0 | 0.21 | 237.9 | 0.57 | 0.51 |
| Hex | 3B | 40 | CA | 47 | 44 | 0 | 15 | EE | 39 | 33 |
| Octal | 73 | 100 | 312 | 107 | 104 | 0 | 25 | 356 | 71 | 63 |
| Binary | 111011 | 1000000 | 11001010 | 1000111 | 1000100 | 0 | 10101 | 11101110 | 111001 | 110011 |
Color Harmonies of #3B40CA
Complementary color
Monochromatic Colors of #3B40CA
Black with #3B40CA
Text Example
Text Example
White with #3B40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B40CA; }
p { color: rgb(59,64,202); }
H1.HeaderClassName
{
color: #3B40CA;
}
.AnyTagClassName
{
color: #3B40CA;
}
</style>
background-color css
<style>
a { background-color: #3B40CA; }
a { background-color: rgb(59,64,202); }
div.DivClassName
{
background-color: #3B40CA;
}
.BgClassName
{
background-color: #3B40CA;
}
</style>
border-color css
<style>
span { border-color: #3B40CA; }
span { border-color: rgb(59,64,202); }
td.TdClassName
{
border-color: #3B40CA;
}
.TagClassName
{
border-color: #3B40CA;
}
</style>