Shades of Free Speech Blue #3650CF
Tints of Free Speech Blue #3650CF
RGB
CMYK
RGB Variations
Color information
#3650CF (or 0x3650CF) is known color: Free Speech Blue. HEX triplet: 36, 50 and CF. RGB value is (54,80,207). Sum of RGB (Red+Green+Blue) = 54+80+207=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #3650CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3650CF is #C9AF30. Grayscale: #565656. Windows color (decimal): -13217585 or 13586486. OLE color: 13586486.
HSL color Cylindrical-coordinate representation of color #3650CF: hue angle of 229.8º 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 #3650CF is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 80 | 207 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.19 |
| HSL | 229.8º | 0.61% | 0.51% | - |
| HSV(B) | 229.8º | 0.74% | 0.81% | - |
| XYZ | 15.65 | 11.03 | 60.33 | - |
| YUV | 86.7 | 195.89 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 207 | 0.74 | 0.61 | 0 | 0.19 | 229.8 | 0.61 | 0.51 |
| Hex | 36 | 50 | CF | 4A | 3D | 0 | 13 | E6 | 3D | 33 |
| Octal | 66 | 120 | 317 | 112 | 75 | 0 | 23 | 346 | 75 | 63 |
| Binary | 110110 | 1010000 | 11001111 | 1001010 | 111101 | 0 | 10011 | 11100110 | 111101 | 110011 |
Color Harmonies of #3650CF
Complementary color
Monochromatic Colors of #3650CF
Black with #3650CF
Text Example
Text Example
White with #3650CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3650CF; }
p { color: rgb(54,80,207); }
H1.HeaderClassName
{
color: #3650CF;
}
.AnyTagClassName
{
color: #3650CF;
}
</style>
background-color css
<style>
a { background-color: #3650CF; }
a { background-color: rgb(54,80,207); }
div.DivClassName
{
background-color: #3650CF;
}
.BgClassName
{
background-color: #3650CF;
}
</style>
border-color css
<style>
span { border-color: #3650CF; }
span { border-color: rgb(54,80,207); }
td.TdClassName
{
border-color: #3650CF;
}
.TagClassName
{
border-color: #3650CF;
}
</style>