Shades of Free Speech Blue #3651CF
Tints of Free Speech Blue #3651CF
RGB
CMYK
RGB Variations
Color information
#3651CF (or 0x3651CF) is known color: Free Speech Blue. HEX triplet: 36, 51 and CF. RGB value is (54,81,207). Sum of RGB (Red+Green+Blue) = 54+81+207=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #3651CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3651CF is #C9AE30. Grayscale: #565656. Windows color (decimal): -13217329 or 13586742. OLE color: 13586742.
HSL color Cylindrical-coordinate representation of color #3651CF: hue angle of 229.41º degrees, saturation: 0.61, 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 #3651CF is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 81 | 207 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.19 |
| HSL | 229.41º | 0.61% | 0.51% | - |
| HSV(B) | 229.41º | 0.74% | 0.81% | - |
| XYZ | 15.73 | 11.17 | 60.36 | - |
| YUV | 87.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 207 | 0.74 | 0.61 | 0 | 0.19 | 229.41 | 0.61 | 0.51 |
| Hex | 36 | 51 | CF | 4A | 3D | 0 | 13 | E5 | 3D | 33 |
| Octal | 66 | 121 | 317 | 112 | 75 | 0 | 23 | 345 | 75 | 63 |
| Binary | 110110 | 1010001 | 11001111 | 1001010 | 111101 | 0 | 10011 | 11100101 | 111101 | 110011 |
Color Harmonies of #3651CF
Complementary color
Monochromatic Colors of #3651CF
Black with #3651CF
Text Example
Text Example
White with #3651CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3651CF; }
p { color: rgb(54,81,207); }
H1.HeaderClassName
{
color: #3651CF;
}
.AnyTagClassName
{
color: #3651CF;
}
</style>
background-color css
<style>
a { background-color: #3651CF; }
a { background-color: rgb(54,81,207); }
div.DivClassName
{
background-color: #3651CF;
}
.BgClassName
{
background-color: #3651CF;
}
</style>
border-color css
<style>
span { border-color: #3651CF; }
span { border-color: rgb(54,81,207); }
td.TdClassName
{
border-color: #3651CF;
}
.TagClassName
{
border-color: #3651CF;
}
</style>