Shades of Free Speech Blue #3540C4
Tints of Free Speech Blue #3540C4
RGB
CMYK
RGB Variations
Color information
#3540C4 (or 0x3540C4) is known color: Free Speech Blue. HEX triplet: 35, 40 and C4. RGB value is (53,64,196). Sum of RGB (Red+Green+Blue) = 53+64+196=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #3540C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540C4 is #CABF3B. Grayscale: #4B4B4B. Windows color (decimal): -13287228 or 12861493. OLE color: 12861493.
HSL color Cylindrical-coordinate representation of color #3540C4: hue angle of 235.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3540C4 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 64 | 196 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.23 |
| HSL | 235.38º | 0.57% | 0.49% | - |
| HSV(B) | 235.38º | 0.73% | 0.77% | - |
| XYZ | 13.27 | 8.41 | 53.15 | - |
| YUV | 75.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 196 | 0.73 | 0.67 | 0 | 0.23 | 235.38 | 0.57 | 0.49 |
| Hex | 35 | 40 | C4 | 49 | 43 | 0 | 17 | EB | 39 | 31 |
| Octal | 65 | 100 | 304 | 111 | 103 | 0 | 27 | 353 | 71 | 61 |
| Binary | 110101 | 1000000 | 11000100 | 1001001 | 1000011 | 0 | 10111 | 11101011 | 111001 | 110001 |
Color Harmonies of #3540C4
Complementary color
Monochromatic Colors of #3540C4
Black with #3540C4
Text Example
Text Example
White with #3540C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3540C4; }
p { color: rgb(53,64,196); }
H1.HeaderClassName
{
color: #3540C4;
}
.AnyTagClassName
{
color: #3540C4;
}
</style>
background-color css
<style>
a { background-color: #3540C4; }
a { background-color: rgb(53,64,196); }
div.DivClassName
{
background-color: #3540C4;
}
.BgClassName
{
background-color: #3540C4;
}
</style>
border-color css
<style>
span { border-color: #3540C4; }
span { border-color: rgb(53,64,196); }
td.TdClassName
{
border-color: #3540C4;
}
.TagClassName
{
border-color: #3540C4;
}
</style>