Shades of Free Speech Blue #3B5ACC
Tints of Free Speech Blue #3B5ACC
RGB
CMYK
RGB Variations
Color information
#3B5ACC (or 0x3B5ACC) is known color: Free Speech Blue. HEX triplet: 3B, 5A and CC. RGB value is (59,90,204). Sum of RGB (Red+Green+Blue) = 59+90+204=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B5ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5ACC is #C4A533. Grayscale: #5D5D5D. Windows color (decimal): -12887348 or 13392443. OLE color: 13392443.
HSL color Cylindrical-coordinate representation of color #3B5ACC: hue angle of 227.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B5ACC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 90 | 204 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.2 |
| HSL | 227.17º | 0.59% | 0.52% | - |
| HSV(B) | 227.17º | 0.71% | 0.8% | - |
| XYZ | 16.36 | 12.6 | 58.7 | - |
| YUV | 93.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 204 | 0.71 | 0.56 | 0 | 0.2 | 227.17 | 0.59 | 0.52 |
| Hex | 3B | 5A | CC | 47 | 38 | 0 | 14 | E3 | 3B | 34 |
| Octal | 73 | 132 | 314 | 107 | 70 | 0 | 24 | 343 | 73 | 64 |
| Binary | 111011 | 1011010 | 11001100 | 1000111 | 111000 | 0 | 10100 | 11100011 | 111011 | 110100 |
Color Harmonies of #3B5ACC
Complementary color
Monochromatic Colors of #3B5ACC
Black with #3B5ACC
Text Example
Text Example
White with #3B5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5ACC; }
p { color: rgb(59,90,204); }
H1.HeaderClassName
{
color: #3B5ACC;
}
.AnyTagClassName
{
color: #3B5ACC;
}
</style>
background-color css
<style>
a { background-color: #3B5ACC; }
a { background-color: rgb(59,90,204); }
div.DivClassName
{
background-color: #3B5ACC;
}
.BgClassName
{
background-color: #3B5ACC;
}
</style>
border-color css
<style>
span { border-color: #3B5ACC; }
span { border-color: rgb(59,90,204); }
td.TdClassName
{
border-color: #3B5ACC;
}
.TagClassName
{
border-color: #3B5ACC;
}
</style>