Shades of Free Speech Blue #3540CF
Tints of Free Speech Blue #3540CF
RGB
CMYK
RGB Variations
Color information
#3540CF (or 0x3540CF) is known color: Free Speech Blue. HEX triplet: 35, 40 and CF. RGB value is (53,64,207). Sum of RGB (Red+Green+Blue) = 53+64+207=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #3540CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540CF is #CABF30. Grayscale: #4C4C4C. Windows color (decimal): -13287217 or 13582389. OLE color: 13582389.
HSL color Cylindrical-coordinate representation of color #3540CF: hue angle of 235.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3540CF is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 64 | 207 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.19 |
| HSL | 235.71º | 0.62% | 0.51% | - |
| HSV(B) | 235.71º | 0.74% | 0.81% | - |
| XYZ | 14.56 | 8.93 | 59.99 | - |
| YUV | 77.01 | 201.36 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 207 | 0.74 | 0.69 | 0 | 0.19 | 235.71 | 0.62 | 0.51 |
| Hex | 35 | 40 | CF | 4A | 45 | 0 | 13 | EC | 3E | 33 |
| Octal | 65 | 100 | 317 | 112 | 105 | 0 | 23 | 354 | 76 | 63 |
| Binary | 110101 | 1000000 | 11001111 | 1001010 | 1000101 | 0 | 10011 | 11101100 | 111110 | 110011 |
Color Harmonies of #3540CF
Complementary color
Monochromatic Colors of #3540CF
Black with #3540CF
Text Example
Text Example
White with #3540CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3540CF; }
p { color: rgb(53,64,207); }
H1.HeaderClassName
{
color: #3540CF;
}
.AnyTagClassName
{
color: #3540CF;
}
</style>
background-color css
<style>
a { background-color: #3540CF; }
a { background-color: rgb(53,64,207); }
div.DivClassName
{
background-color: #3540CF;
}
.BgClassName
{
background-color: #3540CF;
}
</style>
border-color css
<style>
span { border-color: #3540CF; }
span { border-color: rgb(53,64,207); }
td.TdClassName
{
border-color: #3540CF;
}
.TagClassName
{
border-color: #3540CF;
}
</style>